aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-25 20:58:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-25 20:58:39 +0000
commit7a88e307e8a013e8f3a99e8fa20f5daf08482d62 (patch)
tree614d4e2272f16363f0041625f860220e1480c982 /nuttx/drivers/input/Make.defs
parent632d7a57b137ee963d58c9853eb9c4b9d66a586e (diff)
downloadpx4-firmware-7a88e307e8a013e8f3a99e8fa20f5daf08482d62.tar.gz
px4-firmware-7a88e307e8a013e8f3a99e8fa20f5daf08482d62.tar.bz2
px4-firmware-7a88e307e8a013e8f3a99e8fa20f5daf08482d62.zip
A few native window build updates
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5387 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/input/Make.defs')
-rw-r--r--nuttx/drivers/input/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/input/Make.defs b/nuttx/drivers/input/Make.defs
index 8afd76f89..10e6db62f 100644
--- a/nuttx/drivers/input/Make.defs
+++ b/nuttx/drivers/input/Make.defs
@@ -71,6 +71,6 @@ endif
DEPPATH += --dep-path input
VPATH += :input
-CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)/drivers/input}
+CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)drivers$(DELIM)input}
endif