summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.unix
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-26 13:22:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-26 13:22:51 +0000
commita9de389d80485f8f305c7161e1312ef9a450892a (patch)
tree8dae00a578d8071c0565847c5a0da97d6972ebe9 /nuttx/Makefile.unix
parent672ebadbf627fdff1a80a628f6320f0376c2be1f (diff)
downloadpx4-nuttx-a9de389d80485f8f305c7161e1312ef9a450892a.tar.gz
px4-nuttx-a9de389d80485f8f305c7161e1312ef9a450892a.tar.bz2
px4-nuttx-a9de389d80485f8f305c7161e1312ef9a450892a.zip
STM32 FLASH pre-fetch is no long enabled unless it is so configured
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5388 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile.unix')
-rw-r--r--nuttx/Makefile.unix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/Makefile.unix b/nuttx/Makefile.unix
index 5ecdabb64..d66c06bd8 100644
--- a/nuttx/Makefile.unix
+++ b/nuttx/Makefile.unix
@@ -34,9 +34,9 @@
############################################################################
TOPDIR := ${shell pwd | sed -e 's/ /\\ /g'}
--include ${TOPDIR}/.config
-include ${TOPDIR}/tools/Config.mk
--include ${TOPDIR}/Make.defs
+-include $(TOPDIR)/.config
+include $(TOPDIR)/tools/Config.mk
+-include $(TOPDIR)/Make.defs
# Control build verbosity