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
This commit is contained in:
committed by
Norman Feske
parent
e2a23a0ab3
commit
3886686b83
10
repos/base-hw/etc/specs.conf
Normal file
10
repos/base-hw/etc/specs.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
SPECS += genode hw
|
||||
|
||||
ifeq ($(filter-out $(SPECS),x86_64),)
|
||||
SPECS += pci ps2 vesa framebuffer
|
||||
|
||||
ifneq ($(filter-out $(SPECS),muen),)
|
||||
SPECS += acpi
|
||||
endif
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user