summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES38
1 files changed, 26 insertions, 12 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 89f4f52895..7be6010ab7 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -113,25 +113,37 @@ target/hosted/sonynwz/nvp-nwz.c
113target/hosted/sonynwz/nwz-db.c 113target/hosted/sonynwz/nwz-db.c
114#endif 114#endif
115 115
116#if defined(AGPTEK_ROCKER) && !defined(SIMULATOR) 116#if ((defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20)) && !defined(SIMULATOR))
117drivers/lcd-memframe.c 117drivers/lcd-memframe.c
118target/hosted/alsa-controls.c
119target/hosted/pcm-alsa.c
118target/hosted/backtrace-glibc.c 120target/hosted/backtrace-glibc.c
119target/hosted/kernel-unix.c
120target/hosted/filesystem-unix.c 121target/hosted/filesystem-unix.c
122target/hosted/kernel-unix.c
121target/hosted/lc-unix.c 123target/hosted/lc-unix.c
122target/hosted/alsa-controls.c 124target/hosted/sysfs.c
123target/hosted/pcm-alsa.c 125target/hosted/backlight-unix.c
124target/hosted/agptek/sysfs.c 126target/hosted/system-hosted.c
125target/hosted/agptek/backlight-agptek.c 127#endif
128
129#if defined(AGPTEK_ROCKER) && !defined(SIMULATOR)
126target/hosted/agptek/button-agptek.c 130target/hosted/agptek/button-agptek.c
127target/hosted/agptek/debug-agptek.c 131target/hosted/agptek/debug-agptek.c
128target/hosted/agptek/lcd-agptek.c 132target/hosted/agptek/lcd-agptek.c
129target/hosted/agptek/power-agptek.c 133target/hosted/agptek/power-agptek.c
130target/hosted/agptek/powermgmt-agptek.c 134target/hosted/agptek/powermgmt-agptek.c
131target/hosted/agptek/system-agptek.c
132target/hosted/agptek/usb-agptek.c 135target/hosted/agptek/usb-agptek.c
133#endif 136#endif
134 137
138#if ((defined(XDUOO_X3II)||defined(XDUOO_X20)) && !defined(SIMULATOR))
139target/hosted/xduoo/button-xduoo.c
140target/hosted/xduoo/debug-xduoo.c
141target/hosted/xduoo/lcd-xduoo.c
142target/hosted/xduoo/power-xduoo.c
143target/hosted/xduoo/powermgmt-xduoo.c
144target/hosted/xduoo/usb-xduoo.c
145#endif
146
135#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR) 147#if defined(SAMSUNG_YPR0) && !defined(SIMULATOR)
136drivers/adc-as3514.c 148drivers/adc-as3514.c
137#if (CONFIG_RTC == RTC_AS3514) 149#if (CONFIG_RTC == RTC_AS3514)
@@ -502,6 +514,8 @@ target/hosted/alsa-controls.c
502target/hosted/pcm-alsa.c 514target/hosted/pcm-alsa.c
503#elif defined(HAVE_ROCKER_CODEC) && !defined(SIMULATOR) 515#elif defined(HAVE_ROCKER_CODEC) && !defined(SIMULATOR)
504drivers/audio/rocker_codec.c 516drivers/audio/rocker_codec.c
517#elif defined(HAVE_XDUOO_LINUX_CODEC) && !defined(SIMULATOR)
518drivers/audio/xduoolinux_codec.c
505#elif defined(HAVE_SDL_AUDIO) 519#elif defined(HAVE_SDL_AUDIO)
506drivers/audio/sdl.c 520drivers/audio/sdl.c
507#if CONFIG_CODEC == SWCODEC 521#if CONFIG_CODEC == SWCODEC
@@ -584,7 +598,7 @@ target/arm/ipod/powermgmt-ipod-pcf.c
584target/arm/pp/i2c-pp.c 598target/arm/pp/i2c-pp.c
585#elif CONFIG_I2C == I2C_PNX0101 599#elif CONFIG_I2C == I2C_PNX0101
586target/arm/pnx0101/i2c-pnx0101.c 600target/arm/pnx0101/i2c-pnx0101.c
587#elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X 601#elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X
588target/arm/i2c-telechips.c 602target/arm/i2c-telechips.c
589#elif CONFIG_I2C == I2C_S3C2440 603#elif CONFIG_I2C == I2C_S3C2440
590target/arm/s3c2440/i2c-s3c2440.c 604target/arm/s3c2440/i2c-s3c2440.c
@@ -837,9 +851,9 @@ drivers/isp1583.c
837target/arm/rk27xx/usb-drv-rk27xx.c 851target/arm/rk27xx/usb-drv-rk27xx.c
838#endif 852#endif
839#else /* !defined(HAVE_USBSTACK) */ 853#else /* !defined(HAVE_USBSTACK) */
840#if CONFIG_USBOTG == USBOTG_ISP1362 854#if CONFIG_USBOTG == USBOTG_ISP1362
841drivers/isp1362.c 855drivers/isp1362.c
842#elif CONFIG_USBOTG == USBOTG_M5636 856#elif CONFIG_USBOTG == USBOTG_M5636
843drivers/m5636.c 857drivers/m5636.c
844#endif 858#endif
845#endif /* !defined(HAVE_USBSTACK) */ 859#endif /* !defined(HAVE_USBSTACK) */
@@ -1415,7 +1429,7 @@ target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1415target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c 1429target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1416target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c 1430target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1417target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c 1431target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1418target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c 1432target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
1419#ifndef BOOTLOADER 1433#ifndef BOOTLOADER
1420target/arm/pnx0101/pcm-pnx0101.c 1434target/arm/pnx0101/pcm-pnx0101.c
1421#endif /* BOOTLOADER */ 1435#endif /* BOOTLOADER */
@@ -1989,7 +2003,7 @@ target/hosted/ibasso/dx90/button-dx90.c
1989#ifdef WIN32 2003#ifdef WIN32
1990asm/mempcpy.c 2004asm/mempcpy.c
1991target/hosted/filesystem-win32.c 2005target/hosted/filesystem-win32.c
1992#else /* !WIN32 */ 2006#else /* !WIN32 */
1993target/hosted/filesystem-unix.c 2007target/hosted/filesystem-unix.c
1994#endif /* WIN32 */ 2008#endif /* WIN32 */
1995target/hosted/sdl/load_code-sdl.c 2009target/hosted/sdl/load_code-sdl.c