genode/repos/os/src/drivers/framebuffer/spec/imx53/target.mk
2019-05-16 13:11:01 +02:00

7 lines
167 B
Makefile

TARGET = imx53_fb_drv
REQUIRES = arm_v7
SRC_CC = main.cc
LIBS = base blit
INC_DIR += $(PRG_DIR)
INC_DIR += $(call select_from_repositories,include/spec/imx53)