mirror of
https://github.com/marqs85/ossc
synced 2026-02-20 13:31:53 +03:00
move sysconfig.h into a subfolder
(windows’ SDK for Nios II don’t like ./ as a relative path)
This commit is contained in:
parent
5a4d6c798e
commit
c9f47fc3f4
@ -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 :=
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user