summaryrefslogtreecommitdiffstats
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-08 09:53:13 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-08 15:56:06 +0200
commit53b93ea6a60cf8900c88e00f774693dea9a4f297 (patch)
treee4370674e13dc6c1a9d71479707ff8e44c15a0ab /firmware/SOURCES
parent6fcd69a365365ad828410d0c58970e8bef9112b6 (diff)
downloadrockbox-53b93ea6a60cf8900c88e00f774693dea9a4f297.tar.gz
rockbox-53b93ea6a60cf8900c88e00f774693dea9a4f297.zip
hiby: Refactor X3ii/X20 and Rocker LCD code
Once some missing power optimization stuff was added to the X3ii code, they were completely identical. Change-Id: I68e4db5e270e8ff22f91e521616a054bd7baa95d
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 7be6010ab7..459006e5a7 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -124,12 +124,12 @@ target/hosted/lc-unix.c
target/hosted/sysfs.c
target/hosted/backlight-unix.c
target/hosted/system-hosted.c
+target/hosted/lcd-linuxfb.c
#endif
#if defined(AGPTEK_ROCKER) && !defined(SIMULATOR)
target/hosted/agptek/button-agptek.c
target/hosted/agptek/debug-agptek.c
-target/hosted/agptek/lcd-agptek.c
target/hosted/agptek/power-agptek.c
target/hosted/agptek/powermgmt-agptek.c
target/hosted/agptek/usb-agptek.c
@@ -138,7 +138,7 @@ target/hosted/agptek/usb-agptek.c
#if ((defined(XDUOO_X3II)||defined(XDUOO_X20)) && !defined(SIMULATOR))
target/hosted/xduoo/button-xduoo.c
target/hosted/xduoo/debug-xduoo.c
-target/hosted/xduoo/lcd-xduoo.c
+
target/hosted/xduoo/power-xduoo.c
target/hosted/xduoo/powermgmt-xduoo.c
target/hosted/xduoo/usb-xduoo.c