mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +00:00
3886686b83
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
15 lines
357 B
Makefile
15 lines
357 B
Makefile
#
|
|
# \brief Build-system configurations specific to i.MX53 Quickstart Board
|
|
# \author Stefan Kalkowski
|
|
# \date 2017-01-02
|
|
#
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
|
SPECS += imx53
|
|
|
|
# add repository relative include paths
|
|
REP_INC_DIR += include/spec/imx53_qsb
|
|
|
|
# include implied specs
|
|
include $(call select_from_repositories,mk/spec/imx53.mk)
|