summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-17 16:28:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-17 16:28:50 +0000
commit3680397303890ce121c9f05082ffb407ced8d073 (patch)
tree0b62294db4d0519ee41bae914524d253b157321c /nuttx/binfmt/Makefile
parent2a3f404d973bd45e16ed4def539458c905b6fbda (diff)
downloadpx4-nuttx-3680397303890ce121c9f05082ffb407ced8d073.tar.gz
px4-nuttx-3680397303890ce121c9f05082ffb407ced8d073.tar.bz2
px4-nuttx-3680397303890ce121c9f05082ffb407ced8d073.zip
Easing in binfmt support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1892 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/Makefile')
-rw-r--r--nuttx/binfmt/Makefile2
1 files changed, 1 insertions, 1 deletions
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)