summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-01-15 19:14:01 +0100
committerHarald Welte <laforge@gnumonks.org>2017-01-15 19:18:38 +0100
commit2d7321bbde4421b31139c687e8c81106bd702f60 (patch)
tree2fae2a3a100960a90ff0593cf843631c4956752e
parent95b10c62caedc943b4686807eb4979b0b0de4c57 (diff)
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.
-rw-r--r--src/target/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
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