mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-31 19:17:04 +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
11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
SPECS += genode hw
|
|
|
|
ifeq ($(filter-out $(SPECS),x86_64),)
|
|
SPECS += pci ps2 vesa framebuffer
|
|
|
|
ifneq ($(filter-out $(SPECS),muen),)
|
|
SPECS += acpi
|
|
endif
|
|
|
|
endif
|