summaryrefslogtreecommitdiff
path: root/firmware/export/cpu.h
diff options
context:
space:
mode:
authorRobert Keevil <rkeevil+rockbox@gmail.com>2009-07-13 21:09:39 +0000
committerRobert Keevil <rkeevil+rockbox@gmail.com>2009-07-13 21:09:39 +0000
commiteea149bd1399e749a6dae8b3a6fe5ff076ead985 (patch)
treea131998421757859c25c567c657223ece0430c31 /firmware/export/cpu.h
parent5f6998bde9b8a7a7aa61df602202ff41feb13ea1 (diff)
downloadrockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.tar.gz
rockbox-eea149bd1399e749a6dae8b3a6fe5ff076ead985.zip
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h
index 4623f57004..6041b388b4 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -38,6 +38,9 @@
38#if CONFIG_CPU == PP5024 38#if CONFIG_CPU == PP5024
39#include "pp5024.h" 39#include "pp5024.h"
40#endif 40#endif
41#if CONFIG_CPU == PP6100
42#include "pp6100.h"
43#endif
41#if CONFIG_CPU == PNX0101 44#if CONFIG_CPU == PNX0101
42#include "pnx0101.h" 45#include "pnx0101.h"
43#endif 46#endif