genode/libports/src/drivers/framebuffer/vesa/target.mk

6 lines
180 B
Makefile

TARGET = fb_drv
REQUIRES = vesa
SRC_CC = main.cc framebuffer.cc ifx86emu.cc hw_emul.cc
LIBS = base blit x86emu
INC_DIR += $(PRG_DIR)/include $(REP_DIR)/include/x86emu