From eea149bd1399e749a6dae8b3a6fe5ff076ead985 Mon Sep 17 00:00:00 2001 From: Robert Keevil Date: Mon, 13 Jul 2009 21:09:39 +0000 Subject: 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 --- firmware/export/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/cpu.h') 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 @@ #if CONFIG_CPU == PP5024 #include "pp5024.h" #endif +#if CONFIG_CPU == PP6100 +#include "pp6100.h" +#endif #if CONFIG_CPU == PNX0101 #include "pnx0101.h" #endif -- cgit v1.2.3