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

8 lines
176 B
Makefile

TARGET = pl11x_drv
REQUIRES = pl11x platform_vea9x4
SRC_CC = main.cc video_memory.cc
LIBS = cxx env server signal
INC_DIR += $(PRG_DIR)/..
vpath main.cc $(PRG_DIR)/..