mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
9d67633b8b
* remove everything under base-foc/mk/spec * add correct SPECS for x86 in base-foc/etc/specs.conf issue #2288
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
SPECS += foc
|
|
|
|
ifneq ($(filter x86_%,$(SPECS)),)
|
|
SPECS += pci acpi ps2 vesa framebuffer
|
|
endif
|