From 3680397303890ce121c9f05082ffb407ced8d073 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 17 Jun 2009 16:28:50 +0000 Subject: Easing in binfmt support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1892 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/binfmt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/binfmt/Makefile') diff --git a/nuttx/binfmt/Makefile b/nuttx/binfmt/Makefile index 0e3d9720c..deb6879a9 100644 --- a/nuttx/binfmt/Makefile +++ b/nuttx/binfmt/Makefile @@ -42,7 +42,7 @@ SUBDIRS = libnxflat ASRCS = $(LIBNXFLAT_ASRCS) AOBJS = $(ASRCS:.S=$(OBJEXT)) -CSRCS = $(LIBNXFLAT_CSRCS) +CSRCS = nxflat.c $(LIBNXFLAT_CSRCS) COBJS = $(CSRCS:.c=$(OBJEXT)) SRCS = $(ASRCS) $(CSRCS) -- cgit v1.2.3