mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-07 22:38:48 +00:00
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
|