From 9cca35ff9bc8b9985aba67f2f39b4309b5e44c8e Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 25 Mar 2012 16:22:07 +0000 Subject: LPC17xx DAC fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4521 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/sim/src/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nuttx/arch/sim') diff --git a/nuttx/arch/sim/src/Makefile b/nuttx/arch/sim/src/Makefile index e457e5411..8a228ec39 100644 --- a/nuttx/arch/sim/src/Makefile +++ b/nuttx/arch/sim/src/Makefile @@ -188,7 +188,10 @@ nuttx$(EXEEXT): cleanrel nuttx.rel $(HOSTOBJS) # This is part of the top-level export target -export_head: +export_head: board/libboard$(LIBEXT) up_head.o $(HOSTOBJS) + cp up_head.o $(HOSTOBJS) ${EXPORT_DIR}/startup + cp nuttx-names.dat ${EXPORT_DIR}/libs + echo main NXmain >> ${EXPORT_DIR}/libs/nuttx-names.dat # Dependencies -- cgit v1.2.3