mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 18:47:01 +00:00
bdd923406f
* Remove SPEC declarations from mk/spec * Remove all board-specific REQUIRE declaratiions left * Replace [have_spec <board>] run-script declarations with have_board where necessary * Remove addition of BOARD variable to SPECS in toplevel Makefile * Move board-specific directories in base-hw out of specs
15 lines
359 B
Makefile
15 lines
359 B
Makefile
include $(call select_from_repositories,etc/board.conf)
|
|
|
|
SEL4_INCLUDE_DIR := $(LIB_CACHE_DIR)/syscall-sel4-$(BOARD)/include
|
|
|
|
#
|
|
# Access kernel-interface headers that were installed when building the
|
|
# syscall-sel4 library.
|
|
#
|
|
INC_DIR += $(SEL4_INCLUDE_DIR)
|
|
|
|
#
|
|
# Access to other sel4-specific headers such as 'autoconf.h'.
|
|
#
|
|
INC_DIR += $(SEL4_INCLUDE_DIR)/sel4
|