summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2017-04-27 11:36:40 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2018-06-12 10:31:14 +0200
commitd55680993df9b6743506814d98b5cc1859828f8a (patch)
tree054dc45425fa1a6863f154b484036f26cc3ac13f /firmware/SOURCES
parentbeef52c5f0832e2c36bb1523b51eb8721f851db5 (diff)
downloadrockbox-d55680993df9b6743506814d98b5cc1859828f8a.tar.gz
rockbox-d55680993df9b6743506814d98b5cc1859828f8a.zip
Agptek Rocker: Initial commit
Change-Id: I26b51106c7b1c36a603fba6d521e917d79b5a95b
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES51
1 files changed, 33 insertions, 18 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 1310fa0434..96d5d3dcec 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -96,10 +96,6 @@ target/hosted/samsungypr/radio-ypr.c
96#endif 96#endif
97 97
98#if defined(SONY_NWZ_LINUX) && !defined(SIMULATOR) 98#if defined(SONY_NWZ_LINUX) && !defined(SIMULATOR)
99target/hosted/backtrace-glibc.c
100target/hosted/kernel-unix.c
101target/hosted/filesystem-unix.c
102target/hosted/lc-unix.c
103target/hosted/sonynwz/lcd-nwz.c 99target/hosted/sonynwz/lcd-nwz.c
104target/hosted/sonynwz/button-nwz.c 100target/hosted/sonynwz/button-nwz.c
105target/hosted/sonynwz/system-nwz.c 101target/hosted/sonynwz/system-nwz.c
@@ -113,6 +109,23 @@ target/hosted/sonynwz/nvp-nwz.c
113target/hosted/sonynwz/nwz-db.c 109target/hosted/sonynwz/nwz-db.c
114#endif 110#endif
115 111
112#if defined(AGPTEK_ROCKER) && !defined(SIMULATOR)
113target/hosted/backtrace-glibc.c
114target/hosted/kernel-unix.c
115target/hosted/filesystem-unix.c
116target/hosted/lc-unix.c
117target/hosted/alsa-controls.c
118target/hosted/pcm-alsa.c
119target/hosted/agptek/sysfs.c
120target/hosted/agptek/backlight-agptek.c
121target/hosted/agptek/button-agptek.c
122target/hosted/agptek/debug-agptek.c
123target/hosted/agptek/lcd-agptek.c
124target/hosted/agptek/power-agptek.c
125target/hosted/agptek/powermgmt-agptek.c
126target/hosted/agptek/system-agptek.c
127#endif
128
116#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR) 129#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR)
117drivers/adc-as3514.c 130drivers/adc-as3514.c
118#if (CONFIG_RTC == RTC_AS3514) 131#if (CONFIG_RTC == RTC_AS3514)
@@ -250,7 +263,7 @@ drivers/lcd-16bit-vert.c
250#else 263#else
251drivers/lcd-16bit.c 264drivers/lcd-16bit.c
252#endif 265#endif
253#elif LCD_DEPTH == 24 266#elif (LCD_DEPTH == 24) || (LCD_PIXELFORMAT == XRGB8888)
254drivers/lcd-24bit.c 267drivers/lcd-24bit.c
255#endif /* LCD_DEPTH */ 268#endif /* LCD_DEPTH */
256common/diacritic.c 269common/diacritic.c
@@ -470,6 +483,8 @@ target/hosted/pcm-alsa.c
470drivers/audio/nwzlinux-codec.c 483drivers/audio/nwzlinux-codec.c
471target/hosted/alsa-controls.c 484target/hosted/alsa-controls.c
472target/hosted/pcm-alsa.c 485target/hosted/pcm-alsa.c
486#elif defined(HAVE_ROCKER_CODEC)
487drivers/audio/rocker_codec.c
473#elif defined(HAVE_SDL_AUDIO) 488#elif defined(HAVE_SDL_AUDIO)
474drivers/audio/sdl.c 489drivers/audio/sdl.c
475#if CONFIG_CODEC == SWCODEC 490#if CONFIG_CODEC == SWCODEC
@@ -1618,10 +1633,10 @@ target/arm/s5l8700/ipodnano2g/piezo-nano2g.c
1618 1633
1619#ifdef IPOD_6G 1634#ifdef IPOD_6G
1620target/arm/ipod/button-clickwheel.c 1635target/arm/ipod/button-clickwheel.c
1621target/arm/s5l8702/ipod6g/storage_ata-6g.c 1636target/arm/s5l8702/ipod6g/storage_ata-ipod6g.c
1622target/arm/s5l8702/ipod6g/backlight-6g.c 1637target/arm/s5l8702/ipod6g/backlight-ipod6g.c
1623target/arm/s5l8702/ipod6g/powermgmt-6g.c 1638target/arm/s5l8702/ipod6g/powermgmt-ipod6g.c
1624target/arm/s5l8702/ipod6g/power-6g.c 1639target/arm/s5l8702/ipod6g/power-ipod6g.c
1625target/arm/s5l8702/kernel-s5l8702.c 1640target/arm/s5l8702/kernel-s5l8702.c
1626target/arm/s5l8702/system-s5l8702.c 1641target/arm/s5l8702/system-s5l8702.c
1627target/arm/s5l8702/timer-s5l8702.c 1642target/arm/s5l8702/timer-s5l8702.c
@@ -1629,28 +1644,28 @@ target/arm/s5l8702/gpio-s5l8702.c
1629target/arm/s5l8702/pl080.c 1644target/arm/s5l8702/pl080.c
1630target/arm/s5l8702/dma-s5l8702.c 1645target/arm/s5l8702/dma-s5l8702.c
1631target/arm/s5l8702/clocking-s5l8702.c 1646target/arm/s5l8702/clocking-s5l8702.c
1632target/arm/s5l8702/ipod6g/lcd-6g.c 1647target/arm/s5l8702/ipod6g/lcd-ipod6g.c
1633target/arm/s5l8702/ipod6g/lcd-asm-6g.S 1648target/arm/s5l8702/ipod6g/lcd-asm-ipod6g.S
1634target/arm/s5l8702/ipod6g/piezo-6g.c 1649target/arm/s5l8702/ipod6g/piezo-ipod6g.c
1635#if 0 //TODO 1650#if 0 //TODO
1636target/arm/s5l8702/postmortemstub.S 1651target/arm/s5l8702/postmortemstub.S
1637#endif 1652#endif
1638target/arm/s5l8702/ipod6g/pmu-6g.c 1653target/arm/s5l8702/ipod6g/pmu-ipod6g.c
1639target/arm/s5l8702/ipod6g/rtc-6g.c 1654target/arm/s5l8702/ipod6g/rtc-ipod6g.c
1640target/arm/s5l8702/ipod6g/adc-6g.c 1655target/arm/s5l8702/ipod6g/adc-ipod6g.c
1641#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE) 1656#if !defined(BOOTLOADER) || defined(HAVE_BOOTLOADER_USB_MODE)
1642target/arm/s5l8702/usb-s5l8702.c 1657target/arm/s5l8702/usb-s5l8702.c
1643#endif 1658#endif
1644#ifdef HAVE_SERIAL 1659#ifdef HAVE_SERIAL
1645target/arm/uc870x.c 1660target/arm/uc870x.c
1646target/arm/s5l8702/uart-s5l8702.c 1661target/arm/s5l8702/uart-s5l8702.c
1647target/arm/s5l8702/ipod6g/serial-6g.c 1662target/arm/s5l8702/ipod6g/serial-ipod6g.c
1648#endif 1663#endif
1649#ifndef BOOTLOADER 1664#ifndef BOOTLOADER
1650target/arm/s5l8702/debug-s5l8702.c 1665target/arm/s5l8702/debug-s5l8702.c
1651target/arm/s5l8702/pcm-s5l8702.c 1666target/arm/s5l8702/pcm-s5l8702.c
1652target/arm/s5l8702/ipod6g/audio-6g.c 1667target/arm/s5l8702/ipod6g/audio-ipod6g.c
1653target/arm/s5l8702/ipod6g/cscodec-6g.c 1668target/arm/s5l8702/ipod6g/cscodec-ipod6g.c
1654#else 1669#else
1655target/arm/s5l8702/spi-s5l8702.c 1670target/arm/s5l8702/spi-s5l8702.c
1656target/arm/s5l8702/crypto-s5l8702.c 1671target/arm/s5l8702/crypto-s5l8702.c