summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/kernel/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-03 16:43:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-03 16:43:35 +0000
commitcfc7fe371ad9efc22bded77dc0779ec4eff1a9fd (patch)
treecdc1019ec0a6260f004baedd638c12952d6b3a8e /nuttx/configs/sam3u-ek/kernel/Makefile
parent139456d3cb1a8c7be9e48d765eda23b15d8c8bad (diff)
downloadpx4-nuttx-cfc7fe371ad9efc22bded77dc0779ec4eff1a9fd.tar.gz
px4-nuttx-cfc7fe371ad9efc22bded77dc0779ec4eff1a9fd.tar.bz2
px4-nuttx-cfc7fe371ad9efc22bded77dc0779ec4eff1a9fd.zip
fix dependencies
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3458 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sam3u-ek/kernel/Makefile')
-rwxr-xr-xnuttx/configs/sam3u-ek/kernel/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/configs/sam3u-ek/kernel/Makefile b/nuttx/configs/sam3u-ek/kernel/Makefile
index 0bffda7c0..dd3e1892c 100755
--- a/nuttx/configs/sam3u-ek/kernel/Makefile
+++ b/nuttx/configs/sam3u-ek/kernel/Makefile
@@ -67,8 +67,6 @@ all: $(TOPDIR)/nuttx_user.elf $(TOPDIR)/User.map $(BOARD_INCLUDE)/user_map.h
nuttx_user.elf:
@echo "LD: nuttx_user.elf"
- echo "USER_LDLIBS: $(USER_LDLIBS)"
- echo "USER_LIBPATHS: $(USER_LIBPATHS)"
@$(LD) -o $@ $(USER_LDFLAGS) $(USER_LIBPATHS) --start-group $(USER_LDLIBS) --end-group $(USER_LIBGCC)
$(TOPDIR)/nuttx_user.elf: nuttx_user.elf