genode/repos/os/src/test/gpio_drv/target.mk

8 lines
131 B
Makefile

TARGET = test-omap4_gpio_drv
REQUIRES = omap4
SRC_CC = main.cc
INC_DIR += $(PRG_DIR)
LIBS = base
vpath main.cc $(PRG_DIR)