split board.h into generic part and simtrace-specific part

This commit is contained in:
Harald Welte
2015-11-30 11:59:03 +01:00
parent 61bb30e4ea
commit 2d3371ed65
3 changed files with 116 additions and 115 deletions

View File

@@ -91,6 +91,7 @@ NM = $(CROSS_COMPILE)nm
INCLUDES_USB = -Iatmel_softpack_libraries/usb/include
INCLUDES = -Iinclude_board -Iinclude_sam3s -Iinclude -Isrc_simtrace
INCLUDES += -Iinclude_board/simtrace
INCLUDES += -Icmsis
INCLUDES += $(INCLUDES_USB)