mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-24 19:01:12 +00:00
6 lines
179 B
Makefile
6 lines
179 B
Makefile
TARGET = 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
|