- add osmio4k / osmio4kplus not yet ready

Conflicts:
	acinclude.m4
	libarmbox/hardware_caps.c

Signed-off-by: Thilo Graf <dbt@novatux.de>

osmio4k only
This commit is contained in:
max_10
2020-02-19 21:57:08 +01:00
committed by Thilo Graf
parent 67110fb054
commit 55839b5f87
6 changed files with 76 additions and 23 deletions

View File

@@ -35,9 +35,19 @@ if BOXMODEL_HD60
libcommon_la_SOURCES = \
ca.cpp
else
if BOXMODEL_OSMIO4K
libcommon_la_SOURCES = \
ca.cpp
else
if BOXMODEL_OSMIO4KPLUS
libcommon_la_SOURCES = \
ca.cpp
else
libcommon_la_SOURCES = \
ca_ci.cpp
endif
endif
endif
else
libcommon_la_SOURCES = \
ca.cpp