mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
Arndale: Build uImage, kernel, bootstrap
This commit is contained in:
parent
805d5050f7
commit
7389e364fa
9
base-foc/src/core/arndale/target.mk
Normal file
9
base-foc/src/core/arndale/target.mk
Normal file
@ -0,0 +1,9 @@
|
||||
include $(PRG_DIR)/../target.inc
|
||||
|
||||
LD_TEXT_ADDR = 0x80140000
|
||||
|
||||
REQUIRES += arm foc_arndale
|
||||
SRC_CC += arm/platform_arm.cc
|
||||
INC_DIR += $(REP_DIR)/src/core/include/arm
|
||||
|
||||
vpath platform_services.cc $(GEN_CORE_DIR)
|
5
base-foc/src/kernel/arndale/target.mk
Normal file
5
base-foc/src/kernel/arndale/target.mk
Normal file
@ -0,0 +1,5 @@
|
||||
REQUIRES = platform_arndale
|
||||
FIASCO_DIR = $(REP_DIR)/contrib/kernel/fiasco
|
||||
KERNEL_CONFIG = $(REP_DIR)/config/panda.kernel
|
||||
|
||||
-include $(PRG_DIR)/../target.inc
|
Loading…
x
Reference in New Issue
Block a user