- move raspi code to libraspi directory

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-23 22:33:56 +01:00
committed by Thilo Graf
parent ec28791f79
commit aba7114188
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 += \