genode/repos/base/mk/spec/wand_quad.mk
Stefan Kalkowski 3886686b83 hw: get rid of global makefiles specific to hw
This commit mostly removes the globally visible NR_OF_CPUS define
from the global makefile specifiers defined in the base-hw repository.
Whereever necessary it adds platform specific makefiles to the base
repository when they were missing.

Ref #2190
2017-01-13 13:06:55 +01:00

15 lines
338 B
Makefile

#
# \brief Build-system configurations for Wandboard Quad
# \author Stefan Kalkowski
# \date 2017-01-02
#
# denote wich specs are also fullfilled by this spec
SPECS += imx6
# add repository relative include paths
REP_INC_DIR += include/spec/wand_quad
# include implied specs
include $(call select_from_repositories,mk/spec/imx6.mk)