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

8 lines
156 B
Makefile
Raw Normal View History

TARGET = fb_drv
2011-12-22 16:19:25 +01:00
REQUIRES = pl11x platform_vea9x4
SRC_CC = main.cc video_memory.cc
LIBS = base
2011-12-22 16:19:25 +01:00
INC_DIR += $(PRG_DIR)/..
vpath main.cc $(PRG_DIR)/..