genode/repos/base/mk/spec/rpi.mk

15 lines
330 B
Makefile
Raw Normal View History

2013-04-08 19:05:44 +02:00
#
# \brief Build-system configurations for Raspberry Pi
# \author Norman Feske
# \date 2013-04-05
#
# denote wich specs are also fullfilled by this spec
SPECS += arm_v6 usb framebuffer gpio
2013-04-08 19:05:44 +02:00
# add repository relative include paths
REP_INC_DIR += include/spec/rpi
2013-04-08 19:05:44 +02:00
# include implied specs
include $(BASE_DIR)/mk/spec/arm_v6.mk