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

9 lines
121 B
Makefile

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