mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
src/driver/Makefile.am: a bit more order
Origin commit data
------------------
Branch: ni/coolstream
Commit: c4b0c37a2e
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-11-19 (Sat, 19 Nov 2022)
Origin message was:
------------------
- src/driver/Makefile.am: a bit more order
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -60,45 +60,75 @@ libneutrino_driver_a_SOURCES += \
|
|||||||
lcd4l.cpp
|
lcd4l.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# hdmi-cec driver
|
||||||
|
if BOXTYPE_ARMBOX
|
||||||
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
hdmi_cec.cpp
|
||||||
|
endif
|
||||||
|
if BOXTYPE_MIPSBOX
|
||||||
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
hdmi_cec.cpp
|
||||||
|
endif
|
||||||
|
|
||||||
|
# different framebuffer drivers
|
||||||
|
if BOXTYPE_GENERIC
|
||||||
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
fb_accel_glfb.cpp
|
||||||
|
endif
|
||||||
|
|
||||||
if BOXTYPE_CST
|
if BOXTYPE_CST
|
||||||
libneutrino_driver_a_SOURCES += \
|
libneutrino_driver_a_SOURCES += \
|
||||||
fb_accel_cs_hdx.cpp
|
fb_accel_cs_hdx.cpp
|
||||||
if BOXMODEL_CST_HD2
|
if BOXMODEL_CST_HD2
|
||||||
libneutrino_driver_a_SOURCES += \
|
libneutrino_driver_a_SOURCES += \
|
||||||
fb_accel_cs_hd2.cpp \
|
fb_accel_cs_hd2.cpp
|
||||||
vfd.cpp
|
|
||||||
else
|
else
|
||||||
libneutrino_driver_a_SOURCES += \
|
libneutrino_driver_a_SOURCES += \
|
||||||
fb_accel_cs_hd1.cpp \
|
fb_accel_cs_hd1.cpp
|
||||||
vfd.cpp
|
endif
|
||||||
|
|
||||||
|
endif
|
||||||
|
if BOXTYPE_ARMBOX
|
||||||
|
if ENABLE_LCD
|
||||||
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
fb_accel_arm.cpp
|
||||||
|
else
|
||||||
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
fb_accel_arm.cpp
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if BOXTYPE_MIPSBOX
|
||||||
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
fb_accel_mips.cpp
|
||||||
|
endif
|
||||||
|
# end framebuffer drivers
|
||||||
|
|
||||||
|
# different display drivers
|
||||||
if BOXTYPE_GENERIC
|
if BOXTYPE_GENERIC
|
||||||
libneutrino_driver_a_SOURCES += \
|
libneutrino_driver_a_SOURCES += \
|
||||||
fb_accel_glfb.cpp \
|
|
||||||
simple_display.cpp
|
simple_display.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if BOXTYPE_CST
|
||||||
|
libneutrino_driver_a_SOURCES += \
|
||||||
|
vfd.cpp
|
||||||
|
endif
|
||||||
|
|
||||||
if BOXTYPE_ARMBOX
|
if BOXTYPE_ARMBOX
|
||||||
if ENABLE_LCD
|
if ENABLE_LCD
|
||||||
libneutrino_driver_a_SOURCES += \
|
libneutrino_driver_a_SOURCES += \
|
||||||
hdmi_cec.cpp \
|
|
||||||
fb_accel_arm.cpp \
|
|
||||||
lcdd.cpp
|
lcdd.cpp
|
||||||
else
|
else
|
||||||
libneutrino_driver_a_SOURCES += \
|
libneutrino_driver_a_SOURCES += \
|
||||||
hdmi_cec.cpp \
|
|
||||||
fb_accel_arm.cpp \
|
|
||||||
simple_display.cpp
|
simple_display.cpp
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BOXTYPE_MIPSBOX
|
if BOXTYPE_MIPSBOX
|
||||||
libneutrino_driver_a_SOURCES += \
|
libneutrino_driver_a_SOURCES += \
|
||||||
hdmi_cec.cpp \
|
|
||||||
fb_accel_mips.cpp \
|
|
||||||
simple_display.cpp
|
simple_display.cpp
|
||||||
endif
|
endif
|
||||||
|
# end display drivers
|
||||||
|
|
||||||
libneutrino_driver_netfile_a_SOURCES = netfile.cpp
|
libneutrino_driver_netfile_a_SOURCES = netfile.cpp
|
||||||
|
Reference in New Issue
Block a user