mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
2e918da325
Add specs for the PandaboardBoard A2 and according devices. Refine axisting specs for Cortex A9 systems.
17 lines
443 B
Makefile
17 lines
443 B
Makefile
#
|
|
# \brief Build-system configurations specifically for the PandaBoard A2
|
|
# \author Martin Stein
|
|
# \date 2011-12-20
|
|
#
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
|
SPECS += cortex_a9 tl16c750 omap44xx
|
|
|
|
# add repository relative include paths
|
|
REP_INC_DIR += include/platform/panda_a2
|
|
|
|
# include implied specs
|
|
include $(call select_from_repositories,mk/spec-cortex_a9.mk)
|
|
include $(call select_from_repositories,mk/spec-tl16c750.mk)
|
|
|