mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
gpio: dummy compilation unit to link valid target
Fixes #1683 Signed-off-by: Reinier Millo Sánchez <rmillo@uclv.cu>
This commit is contained in:
committed by
Christian Helmuth
parent
5cf8c49cb8
commit
7db3e461ca
3
repos/os/src/drivers/gpio/spec/rpi/empty.cc
Normal file
3
repos/os/src/drivers/gpio/spec/rpi/empty.cc
Normal file
@@ -0,0 +1,3 @@
|
||||
/*
|
||||
* Dummy compilation unit needed to link a valid target.
|
||||
*/
|
||||
@@ -1,3 +1,4 @@
|
||||
TARGET = gpio_drv
|
||||
REQUIRES = rpi
|
||||
LIBS += gpio
|
||||
SRC_CC = empty.cc
|
||||
|
||||
Reference in New Issue
Block a user