mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-22 12:52:27 +02:00
tornado/fw/Makefile (CFLAGS): don't -I../../ben-wpan/atusb/fw/include/
This commit is contained in:
parent
f82f7c34bc
commit
c7ed8fbc4a
@ -17,8 +17,7 @@ NAME = tornado
|
|||||||
CFLAGS = -g -mmcu=$(CHIP) \
|
CFLAGS = -g -mmcu=$(CHIP) \
|
||||||
-DBOOT_ADDR=$(BOOT_ADDR) \
|
-DBOOT_ADDR=$(BOOT_ADDR) \
|
||||||
-Wall -Wextra -Wshadow -Wno-unused-parameter \
|
-Wall -Wextra -Wshadow -Wno-unused-parameter \
|
||||||
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \
|
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
|
||||||
-I../../ben-wpan/atusb/fw/include/
|
|
||||||
# -Wall -Wextra -Wshadow -Werror -Wno-unused-parameter \
|
# -Wall -Wextra -Wshadow -Werror -Wno-unused-parameter \
|
||||||
|
|
||||||
CHIP = atmega168
|
CHIP = atmega168
|
||||||
|
Loading…
Reference in New Issue
Block a user