mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-06 06:02:13 +00:00
Originally, the spec files for less specific SPEC values were include via the 'select_from_repositories' function. This implies that BASE_DIR must always be present in the list of 'REPOSITORIES'. Otherwise the spec files won't be found. By explicitly including sub specs from '$(BASE_DIR)/mk', we lift this restriction.
16 lines
367 B
Makefile
16 lines
367 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
|
|
include $(BASE_DIR)/mk/spec/pl011.mk
|