From e1446381675be454d91081a2db1d275129970556 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 5 Sep 2008 15:09:40 +0000 Subject: Add Onda VX767 target git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18422 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 83beab2fdf..86efd31ef1 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -59,3 +59,6 @@ #if CONFIG_CPU == S5L8700 #include "s5l8700.h" #endif +#if CONFIG_CPU == JZ4732 +#include "jz4740.h" +#endif -- cgit v1.2.3