mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 07:51:55 +02:00
atusb/fw/: let include path find board.h instead of using ../board.h
This commit is contained in:
parent
4690466a53
commit
c5f9cc1259
@ -37,7 +37,7 @@ BOOT_OBJS = boot.o board.o sernum.o spi.o flash.o dfu.o \
|
||||
|
||||
vpath %.c usb/
|
||||
|
||||
CFLAGS += -Iinclude -Iusb
|
||||
CFLAGS += -Iinclude -Iusb -I.
|
||||
|
||||
# ----- Verbosity control -----------------------------------------------------
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "usb.h"
|
||||
#include "../board.h"
|
||||
#include "board.h"
|
||||
|
||||
|
||||
#ifndef NULL
|
||||
|
Loading…
Reference in New Issue
Block a user