summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-07-02 05:33:06 +0000
committerJens Arnold <amiconn@rockbox.org>2007-07-02 05:33:06 +0000
commit473c1914aac770a88baa3ce6600ea089a87ad66c (patch)
tree812ba79852b5cfcc6b388651e0fe6d68b083ad41
parentfe23dc8f15e9d01ea634d10b334984f1d8760007 (diff)
downloadrockbox-473c1914aac770a88baa3ce6600ea089a87ad66c.tar.gz
rockbox-473c1914aac770a88baa3ce6600ea089a87ad66c.zip
Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13764 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/pacbox/SOURCES2
-rw-r--r--firmware/SOURCES2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pacbox/SOURCES b/apps/plugins/pacbox/SOURCES
index cedcda1363..fdda4ca2d7 100644
--- a/apps/plugins/pacbox/SOURCES
+++ b/apps/plugins/pacbox/SOURCES
@@ -2,7 +2,7 @@ arcade.c
2pacbox.c 2pacbox.c
3hardware.c 3hardware.c
4z80.c 4z80.c
5#if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224) 5#if defined(CPU_PP502x) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224)
6pacbox_arm.S 6pacbox_arm.S
7#else 7#else
8pacbox_lcd.c 8pacbox_lcd.c
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 2a7bea3e9f..644b7d7148 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -295,7 +295,7 @@ target/arm/pnx0101/system-pnx0101.c
295#if defined(CPU_PP) 295#if defined(CPU_PP)
296#if CONFIG_CPU == PP5002 296#if CONFIG_CPU == PP5002
297target/arm/system-pp5002.c 297target/arm/system-pp5002.c
298#elif (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5024) 298#elif defined CPU_PP502x
299target/arm/system-pp502x.c 299target/arm/system-pp502x.c
300#endif 300#endif
301#ifdef BOOTLOADER 301#ifdef BOOTLOADER