mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +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
19 lines
447 B
Makefile
19 lines
447 B
Makefile
#
|
|
# \brief Build-system configurations for Freescale i.MX6
|
|
# \author Nikolay Golikov <nik@ksyslabs.org>
|
|
# \author Josef Soentgen
|
|
# \author Martin Stein
|
|
# \date 2014-02-25
|
|
#
|
|
|
|
# denote wich specs are also fullfilled by this spec
|
|
SPECS += cortex_a9 imx
|
|
|
|
# add repository relative include paths
|
|
REP_INC_DIR += include/spec/imx6
|
|
REP_INC_DIR += include/spec/imx
|
|
|
|
# include implied specs
|
|
include $(call select_from_repositories,mk/spec/cortex_a9.mk)
|
|
|