1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-30 00:46:21 +03:00

atusb/fw/Makefile (CFLAGS): simplify -I../fw/include to -Iinclude

This commit is contained in:
Werner Almesberger 2011-02-22 00:24:53 -03:00
parent 78cfc8ffeb
commit 313fb7c190

View File

@ -29,7 +29,7 @@ OBJS = atusb.o board.o spi.o descr.o ep0.o $(USB_OBJS)
vpath %.c usb/
CFLAGS += -I../fw/include -Iusb
CFLAGS += -Iinclude -Iusb
# ----- Verbosity control -----------------------------------------------------