genode/repos/os/src/drivers/gpio/spec/rpi/foc/target.mk
Josef Söntgen 0c7200a0fe gpio: remove env deprecated warnings
And while there, remove usage of Server library.

Issue #2280.
2017-02-28 12:59:30 +01:00

6 lines
113 B
Makefile

TARGET = foc_gpio_drv
REQUIRES = rpi
SRC_CC += ../main.cc
LIBS += base
INC_DIR += $(PRG_DIR) $(PRG_DIR)/..