mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Imported Genode release 11.11
This commit is contained in:
committed by
Christian Helmuth
parent
6bcc9aef0e
commit
da4e1feaa5
13
base-codezero/mk/spec-codezero_arm.mk
Normal file
13
base-codezero/mk/spec-codezero_arm.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Specifics for Codezero on ARM
|
||||
#
|
||||
SPECS += codezero
|
||||
|
||||
#
|
||||
# Linker options specific for ARM
|
||||
#
|
||||
LD_TEXT_ADDR ?= 0x02000000
|
||||
|
||||
CC_OPT += -D__ARCH__=arm
|
||||
|
||||
include $(call select_from_repositories,mk/spec-codezero.mk)
|
||||
Reference in New Issue
Block a user