From 39592bc80e8ccb4418d56718abf88ccc653eb4a9 Mon Sep 17 00:00:00 2001 From: tkl Date: Mon, 22 Jul 2019 13:22:36 +0000 Subject: [PATCH] Correct include path --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 88114f5..5095252 100644 --- a/Makefile +++ b/Makefile @@ -23,8 +23,7 @@ LIB_INSTALL_DIR ?= $(PREFIX)/lib/$(TARGET_FILE) INC_INSTALL_DIR ?= $(PREFIX)/include/lib$(TARGET_FILE) INCLUDES := inc -INCLUDES += /usr/include/libftdi1 -INCLUDES += /usr/include/gpio_ftdi +INCLUDES += $(PREFIX)/include/ ifneq "$(findstring $(MAKECMDGOALS), build_unit_test exec_unit_test coverage)" "" INCLUDES += test/inc