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

9 lines
128 B
Makefile
Raw Normal View History

2012-12-10 13:34:42 +01:00
TARGET = gpio_drv
REQUIRES = imx53
SRC_CC = main.cc
LIBS = base config
2012-12-10 13:34:42 +01:00
INC_DIR += $(PRG_DIR)
vpath main.cc $(PRG_DIR)