sel4: add pci SPEC

enables audio driver
This commit is contained in:
Alexander Boettcher 2016-08-26 10:43:37 +02:00 committed by Christian Helmuth
parent 6f2f242e42
commit 236b1465d0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Specifics for the seL4 kernel API x86 32 bit
#
SPECS += sel4 x86_32 ps2 vesa framebuffer
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)