mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 03:24:05 +02:00
atusb/fw/Makefile (CFLAGS): simplify -I../fw/include to -Iinclude
This commit is contained in:
parent
78cfc8ffeb
commit
313fb7c190
@ -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 -----------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user