genode/os/src/drivers/framebuffer/pl11x/vea9x4/target.mk

8 lines
156 B
Makefile

TARGET = fb_drv
REQUIRES = pl11x platform_vea9x4
SRC_CC = main.cc video_memory.cc
LIBS = base
INC_DIR += $(PRG_DIR)/..
vpath main.cc $(PRG_DIR)/..