BINFMT: A framework to support a P-code binary format (a work in progress)

This commit is contained in:
Gregory Nutt
2014-05-07 13:47:52 -06:00
parent d36724abbc
commit b6f264488a
19 changed files with 1095 additions and 108 deletions
+1
View File
@@ -70,6 +70,7 @@ DEPPATH = --dep-path .
include libnxflat$(DELIM)Make.defs
include libelf$(DELIM)Make.defs
include libbuiltin$(DELIM)Make.defs
include libpcode$(DELIM)Make.defs
BINFMT_AOBJS = $(BINFMT_ASRCS:.S=$(OBJEXT))
BINFMT_COBJS = $(BINFMT_CSRCS:.c=$(OBJEXT))