mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
9 lines
211 B
Makefile
9 lines
211 B
Makefile
#
|
|
# Specifics for the seL4 kernel API x86 32 bit
|
|
#
|
|
|
|
SPECS += sel4 x86_32 ps2 vesa framebuffer
|
|
|
|
include $(call select_from_repositories,mk/spec/x86_32.mk)
|
|
include $(call select_from_repositories,mk/spec/sel4.mk)
|