genode/repos/base-sel4/mk/spec/sel4_x86_32.mk
Alexander Boettcher 236b1465d0 sel4: add pci SPEC
enables audio driver
2016-08-30 17:17:20 +02:00

9 lines
215 B
Makefile

#
# Specifics for the seL4 kernel API x86 32 bit
#
SPECS += sel4 x86_32 ps2 vesa framebuffer pci
include $(call select_from_repositories,mk/spec/x86_32.mk)
include $(call select_from_repositories,mk/spec/sel4.mk)