Correct include path
This commit is contained in:
parent
1d317af410
commit
39592bc80e
3
Makefile
3
Makefile
@ -23,8 +23,7 @@ LIB_INSTALL_DIR ?= $(PREFIX)/lib/$(TARGET_FILE)
|
|||||||
INC_INSTALL_DIR ?= $(PREFIX)/include/lib$(TARGET_FILE)
|
INC_INSTALL_DIR ?= $(PREFIX)/include/lib$(TARGET_FILE)
|
||||||
|
|
||||||
INCLUDES := inc
|
INCLUDES := inc
|
||||||
INCLUDES += /usr/include/libftdi1
|
INCLUDES += $(PREFIX)/include/
|
||||||
INCLUDES += /usr/include/gpio_ftdi
|
|
||||||
|
|
||||||
ifneq "$(findstring $(MAKECMDGOALS), build_unit_test exec_unit_test coverage)" ""
|
ifneq "$(findstring $(MAKECMDGOALS), build_unit_test exec_unit_test coverage)" ""
|
||||||
INCLUDES += test/inc
|
INCLUDES += test/inc
|
||||||
|
Loading…
Reference in New Issue
Block a user