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:
Reinier Millo Sánchez 2015-09-13 16:13:40 -04:00 committed by Christian Helmuth
parent 5cf8c49cb8
commit 7db3e461ca
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
/*
* Dummy compilation unit needed to link a valid target.
*/

View File

@ -1,3 +1,4 @@
TARGET = gpio_drv
REQUIRES = rpi
LIBS += gpio
SRC_CC = empty.cc