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
12 lines
313 B
Makefile
12 lines
313 B
Makefile
override BOARD := pc
|
|
L4_ARCH := x86_586
|
|
L4_CONFIG := $(call select_from_repositories,config/x86_32.user)
|
|
|
|
L4_INC_TARGETS := x86/l4/sys x86/l4f/l4/sys x86/l4/vcpu
|
|
|
|
CC_OPT += -Iinclude/x86
|
|
|
|
include $(REP_DIR)/lib/mk/spec/x86/syscall-foc.inc
|
|
|
|
vpath syscalls_direct.S $(L4_PKG_DIR)/l4sys/lib/src/ARCH-x86
|