mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
17 lines
253 B
Makefile
17 lines
253 B
Makefile
#
|
|
# Enable peripherals of the platform
|
|
#
|
|
SPECS += omap4
|
|
|
|
#
|
|
# Pull in CPU specifics
|
|
#
|
|
SPECS += arm_v7a
|
|
|
|
#
|
|
# Add device parameters to include search path
|
|
#
|
|
REP_INC_DIR += include/platform/panda
|
|
|
|
include $(call select_from_repositories,mk/spec-arm_v7a.mk)
|