genode/os/src/drivers/framebuffer/exynos5/target.mk
Stefan Kalkowski fc1005c7ee foc: re-dimension UTCB area in core (fixes #927)
Take the whole UTCB area out of core's region map to circumvent mapping errors.
With this fix, the HDMI quirks are getting unnecessary.
2013-10-22 08:00:17 +02:00

6 lines
111 B
Makefile

TARGET = fb_drv
REQUIRES = exynos5
SRC_CC += main.cc driver.cc
LIBS += base config
INC_DIR += $(PRG_DIR)