move sysconfig.h into a subfolder

(windows’ SDK for Nios II don’t like ./ as a relative path)
This commit is contained in:
borti4938 2016-04-26 14:57:54 +02:00
parent 5a4d6c798e
commit c9f47fc3f4
2 changed files with 45 additions and 45 deletions

View File

@ -192,9 +192,9 @@ BSP_ROOT_DIR := ../sys_controller_bsp/
# List of application specific include directories, library directories and library names # List of application specific include directories, library directories and library names
APP_INCLUDE_DIRS += it6613 APP_INCLUDE_DIRS += it6613
APP_INCLUDE_DIRS += tvp7002 APP_INCLUDE_DIRS += tvp7002
APP_INCLUDE_DIRS += ./
APP_INCLUDE_DIRS += ths7353 APP_INCLUDE_DIRS += ths7353
APP_INCLUDE_DIRS += spi_charlcd APP_INCLUDE_DIRS += spi_charlcd
APP_INCLUDE_DIRS += ossc
APP_LIBRARY_DIRS := APP_LIBRARY_DIRS :=
APP_LIBRARY_NAMES := APP_LIBRARY_NAMES :=