diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-07-02 05:33:06 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-07-02 05:33:06 +0000 |
commit | 473c1914aac770a88baa3ce6600ea089a87ad66c (patch) | |
tree | 812ba79852b5cfcc6b388651e0fe6d68b083ad41 /apps/plugins | |
parent | fe23dc8f15e9d01ea634d10b334984f1d8760007 (diff) |
Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13764 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/pacbox/SOURCES | 2 |
1 files changed, 1 insertions, 1 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 pacbox.c hardware.c z80.c -#if (CONFIG_CPU == PP5020) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224) +#if defined(CPU_PP502x) && (LCD_WIDTH >= 288) && (LCD_HEIGHT >= 224) pacbox_arm.S #else pacbox_lcd.c |