mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-16 17:59:54 +00:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
TARGET = signal_gpio_drv
|
|
REQUIRES = gpio
|
|
SRC_CC = main.cc
|
|
INC_DIR += $(PRG_DIR)
|
|
LIBS = base config
|
|
|
|
vpath main.cc $(PRG_DIR)
|