mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
14 lines
208 B
Makefile
14 lines
208 B
Makefile
|
#
|
||
|
# 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)
|