From b373fc5405bc34fe4889a67d9a856c9228ae1240 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 9 May 2014 08:52:11 -0600 Subject: Create P-Code execution helper in apps/interpreters/prun; The P-Code binary format is functional except that there are still some modularity and kernel build issues that need to be addressed. --- apps/interpreters/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/interpreters/Makefile') diff --git a/apps/interpreters/Makefile b/apps/interpreters/Makefile index f78528714..735038cd6 100644 --- a/apps/interpreters/Makefile +++ b/apps/interpreters/Makefile @@ -37,7 +37,7 @@ # Sub-directories containing interpreter runtime -SUBDIRS = pcode ficl +SUBDIRS = pcode prun ficl # Create the list of installed runtime modules (INSTALLED_DIRS) -- cgit v1.2.3