- add multibox

This commit is contained in:
svenhoefer
2022-09-15 21:47:31 +02:00
committed by GetAway
parent 40b4a8dc16
commit 37326a1002
6 changed files with 39 additions and 3 deletions

View File

@@ -30,6 +30,11 @@ SUBDIRS += libarmbox
libstb_hal_la_LIBADD += \
libarmbox/libarmbox.la
else
if BOXMODEL_MULTIBOX
SUBDIRS += libarmbox
libstb_hal_la_LIBADD += \
libarmbox/libarmbox.la
else
if BOXMODEL_MULTIBOXSE
SUBDIRS += libarmbox
libstb_hal_la_LIBADD += \
@@ -60,6 +65,7 @@ endif
endif
endif
endif
endif
SUBDIRS += libeplayer3
libstb_hal_la_LIBADD += \
libeplayer3/libeplayer3.la