diff options
| author | Robert Keevil <rkeevil+rockbox@gmail.com> | 2009-07-13 21:09:39 +0000 |
|---|---|---|
| committer | Robert Keevil <rkeevil+rockbox@gmail.com> | 2009-07-13 21:09:39 +0000 |
| commit | eea149bd1399e749a6dae8b3a6fe5ff076ead985 (patch) | |
| tree | a131998421757859c25c567c657223ece0430c31 /firmware/export/cpu.h | |
| parent | 5f6998bde9b8a7a7aa61df602202ff41feb13ea1 (diff) | |
| download | rockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.zip rockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.tar.gz rockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.tar.bz2 rockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.tar.xz | |
FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21848 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/cpu.h')
| -rw-r--r-- | firmware/export/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h index 4623f57..6041b38 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -38,6 +38,9 @@ #if CONFIG_CPU == PP5024 #include "pp5024.h" #endif +#if CONFIG_CPU == PP6100 +#include "pp6100.h" +#endif #if CONFIG_CPU == PNX0101 #include "pnx0101.h" #endif |