sel4: enable PIT timer and PS/2 input

Issue #2044
This commit is contained in:
Alexander Boettcher 2016-06-28 13:58:20 +02:00 committed by Christian Helmuth
parent e89b28ca1b
commit c68bca1f89
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Specifics for the seL4 kernel API x86 32 bit
#
SPECS += sel4 x86_32
SPECS += sel4 x86_32 ps2
include $(call select_from_repositories,mk/spec/x86_32.mk)
include $(call select_from_repositories,mk/spec/sel4.mk)

View File

@ -0,0 +1,3 @@
include $(REP_DIR)/lib/mk/timer.inc
INC_DIR += $(REP_DIR)/src/drivers/timer/include_pit