mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
9 lines
119 B
Makefile
9 lines
119 B
Makefile
#
|
|
# Pull in CPU specifics
|
|
#
|
|
SPECS += arm_v7a
|
|
|
|
REP_INC_DIR += include/spec/zynq
|
|
|
|
include $(BASE_DIR)/mk/spec/arm_v7a.mk
|