move raspi code to libraspi directory

Origin commit data
------------------
Branch: master
Commit: e55aab61fb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-23 (Sun, 23 Dec 2018)

Origin message was:
------------------
- move raspi code to libraspi directory

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-12-23 22:33:56 +01:00
committed by max_10
parent 44123d7476
commit 735e8ccbdb
18 changed files with 3 additions and 3 deletions

View File

@@ -25,9 +25,9 @@ libstb_hal_la_LIBADD += \
endif
if BOXTYPE_GENERIC
if BOXMODEL_RASPI
SUBDIRS += raspi
SUBDIRS += libraspi
libstb_hal_la_LIBADD += \
raspi/libraspi.la
libraspi/libraspi.la
else
SUBDIRS += generic-pc
libstb_hal_la_LIBADD += \