From c7ed8fbc4ad711c8b10dd2fde0b43c9219651170 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 5 Dec 2012 11:28:52 -0300 Subject: [PATCH] tornado/fw/Makefile (CFLAGS): don't -I../../ben-wpan/atusb/fw/include/ --- tornado/fw/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tornado/fw/Makefile b/tornado/fw/Makefile index ca23c49..8b8a9f8 100644 --- a/tornado/fw/Makefile +++ b/tornado/fw/Makefile @@ -17,8 +17,7 @@ NAME = tornado CFLAGS = -g -mmcu=$(CHIP) \ -DBOOT_ADDR=$(BOOT_ADDR) \ -Wall -Wextra -Wshadow -Wno-unused-parameter \ - -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes \ - -I../../ben-wpan/atusb/fw/include/ + -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes # -Wall -Wextra -Wshadow -Werror -Wno-unused-parameter \ CHIP = atmega168