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

9 lines
127 B
Makefile
Raw Normal View History

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