genode/repos/os/src/drivers/gpio/spec/imx53/target.mk

8 lines
190 B
Makefile

TARGET = imx53_gpio_drv
REQUIRES = arm_v7
SRC_CC = main.cc
LIBS = base
INC_DIR += $(PRG_DIR) $(REP_DIR)/src/drivers/gpio/spec/imx
vpath main.cc $(REP_DIR)/src/drivers/gpio/spec/imx