mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
8 lines
206 B
Makefile
8 lines
206 B
Makefile
TARGET = vesa_fb_drv
|
|
REQUIRES = x86
|
|
SRC_CC = main.cc framebuffer.cc ifx86emu.cc hw_emul.cc
|
|
LIBS = base blit x86emu
|
|
INC_DIR += $(PRG_DIR)/include $(REP_DIR)/include/x86emu
|
|
|
|
CC_CXX_WARN_STRICT =
|