aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-02-04 12:15:58 +0100
committerHarald Welte <laforge@gnumonks.org>2017-02-04 12:15:58 +0100
commitb41598b6020c55cbe109cb400a8a6dc96d215d32 (patch)
treed0e5470e3fb48e2ff5a4d31cf55af609212c538e /firmware/Makefile
parent7e5c7d5b821da7890e61fc9664a60e9ae083eb6f (diff)
Introudce an include_libosmocore directory and move (updated) linuxlist there
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 493193d..18fdb40 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -93,7 +93,7 @@ GIT_VERSION=$(shell $(TOP)/git-version-gen $(TOP)/.tarvers)
# Flags
INCLUDES_USB = -Iatmel_softpack_libraries/usb/include
-INCLUDES = -Iinclude_board -Iinclude_sam3s -Iinclude -Isrc_simtrace
+INCLUDES = -Iinclude_board -Iinclude_sam3s -Iinclude -Isrc_simtrace -Iinclude_libosmocore
# FIXME: This must be made configurable!
INCLUDES += -Iinclude_board/$(BOARD)