mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
8e9e866161
Introduce 'framebuffer' SPEC variable to distinguish hardware framebuffer drivers furthermore from the SDL framebuffer driver used by Genode/Linux.
12 lines
164 B
Makefile
12 lines
164 B
Makefile
#
|
|
# Specifics for the NOVA kernel API
|
|
#
|
|
|
|
SPECS += nova
|
|
SPECS += pci ps2 vesa framebuffer
|
|
|
|
#
|
|
# Linker options that are specific for x86
|
|
#
|
|
LD_TEXT_ADDR ?= 0x01000000
|