mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +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
6 lines
115 B
Makefile
6 lines
115 B
Makefile
SPECS += 64bit
|
|
REP_INC_DIR += include/spec/riscv
|
|
|
|
include $(call select_from_repositories,mk/spec/64bit.mk)
|
|
|