only compile files that are relevant

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5173 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2004-10-05 07:58:54 +00:00
parent db06918a9a
commit d2f2953a74
3 changed files with 32 additions and 14 deletions

View File

@ -1,41 +1,45 @@
battery_test.c
chessclock.c
favorites.c
firmware_flash.c
helloworld.c
metronome.c
rockbox_flash.c
search.c
sort.c
stopwatch.c
vbrfix.c
viewer.c
#ifdef HAVE_LCD_BITMAP
bounce.c
calculator.c
calendar.c
chessclock.c
chip8.c
clock.c
cube.c
euroconverter.c
favorites.c
firmware_flash.c
flipit.c
grayscale.c
helloworld.c
jackpot.c
jpeg.c
mandelbrot.c
metronome.c
minesweeper.c
mosaique.c
nim.c
oscillograph.c
pong.c
rockblox.c
rockbox_flash.c
search.c
sliding_puzzle.c
snake.c
snake2.c
snow.c
sokoban.c
solitaire.c
sort.c
splitedit.c
star.c
stopwatch.c
vbrfix.c
video.c
viewer.c
vu_meter.c
wormlet.c
#endif
#ifdef HAVE_LCD_CHARCELLS
euroconverter.c
jackpot.c
nim.c
#endif

View File

@ -1,4 +1,5 @@
configfile.c
#ifdef HAVE_LCD_BITMAP
gray_black_display.c
gray_blockfuncs.c
gray_clear_display.c
@ -28,3 +29,4 @@ gray_set_drawmode.c
gray_set_foreground.c
gray_setfont.c
gray_verline.c
#endif

View File

@ -24,21 +24,33 @@ common/timefuncs.c
debug.c
drivers/adc.c
drivers/ata.c
#ifdef HAVE_MMC
drivers/ata_mmc.c
#endif
drivers/button.c
drivers/dac.c
drivers/fat.c
#ifdef CONFIG_TUNER
drivers/fmradio.c
#endif
drivers/i2c.c
#ifdef HAVE_LCD_CHARCELLS
drivers/lcd-player-charset.c
drivers/lcd-player.c
#endif
#ifdef HAVE_LCD_BITMAP
drivers/lcd-recorder.c
#endif
drivers/led.c
drivers/mas.c
drivers/power.c
#ifdef HAVE_RTC
drivers/rtc.c
#endif
drivers/serial.c
#ifdef HAVE_LCD_BITMAP
font.c
#endif
hwcompat.c
id3.c
kernel.c