mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
TARGET = signal_gpio_drv
|
|
REQUIRES = gpio
|
|
SRC_CC = main.cc
|
|
INC_DIR += $(PRG_DIR)
|
|
LIBS = base
|
|
|
|
vpath main.cc $(PRG_DIR)
|