From 2d7321bbde4421b31139c687e8c81106bd702f60 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 15 Jan 2017 19:14:01 +0100 Subject: Add libosmocore/build-target/include to include path Some header files are auto-generated and are thus in the build directory, not in the source directory. A cleaner way to handle this is most likely to install libosmocore to some directory, but I don't want to change the entire build process now. --- src/target/firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile index 42f7ad48..2ae2f4dc 100644 --- a/src/target/firmware/Makefile +++ b/src/target/firmware/Makefile @@ -110,7 +110,7 @@ ANY_APP_LIBS+= calypso/libcalypso.a \ # # Global include path -INCLUDES=-Iinclude/ -I../../../include -I../../shared/libosmocore/include +INCLUDES=-Iinclude/ -I../../../include -I../../shared/libosmocore/include -I../../shared/libosmocore/build-target/include # Libraries are defined in subdirectories -include calypso/Makefile -- cgit v1.2.3