summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschodet2004-07-08 22:32:26 +0000
committerschodet2004-07-08 22:32:26 +0000
commit6d693d0745ad64bcaef147615c5e33c3d1f37d9e (patch)
tree6fe8467208421027e5f1147bcb2176a51ad93dfd
parentf80ac61093ddebc1e00083f89940d5ab5ba038b8 (diff)
Ajout du flag -Imodules
-rw-r--r--n/avr/howto/Makefile.avr2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/avr/howto/Makefile.avr b/n/avr/howto/Makefile.avr
index b3ceb39..d1411f4 100644
--- a/n/avr/howto/Makefile.avr
+++ b/n/avr/howto/Makefile.avr
@@ -3,7 +3,7 @@
CC = avr-gcc
CFLAGS = -g -Wall $(OPTIMIZE) -mmcu=$(MCU_TARGET)
-CPPFLAGS = $(DEFS)
+CPPFLAGS = $(DEFS) -Imodules
LDFLAGS =
OBJCOPY = avr-objcopy