Files
genode-world/mk/spec/panda.mk
2020-04-22 14:08:13 +02:00

12 lines
190 B
Makefile

#
# Enable peripherals of the platform
#
SPECS += omap4 usb panda gpio framebuffer
#
# Pull in CPU specifics
#
SPECS += arm_v7a
include $(call select_from_repositories,mk/spec/arm_v7a.mk)