mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-08 22:12:39 +00:00
15 lines
330 B
Makefile
15 lines
330 B
Makefile
#
|
|
# \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
|
|
|
|
# add repository relative include paths
|
|
REP_INC_DIR += include/spec/rpi
|
|
|
|
# include implied specs
|
|
include $(BASE_DIR)/mk/spec/arm_v6.mk
|