genode/base/mk/spec-platform_panda_a2.mk
Martin Stein 612735732a base_hw & omap4: Timer driver.
Fix bug regarding idle thread in thread scheduling in
'base-hw/src/core/kernel.cc'.

Fix regarding signal submit in signal framework in
'base-hw/src/core/kernel.cc'.
2012-11-14 16:36:50 +01:00

18 lines
522 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 omap4 platform_panda
# add repository relative include paths
REP_INC_DIR += include/platform/panda_a2
# include implied specs
include $(call select_from_repositories,mk/spec-platform_panda.mk)
include $(call select_from_repositories,mk/spec-cortex_a9.mk)
include $(call select_from_repositories,mk/spec-tl16c750.mk)