From b8a23f9e4980e6a041d750c325ab2845aea8488a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 7 May 2005 22:41:17 +0000 Subject: Fixed makefiles for autoconf.g include. Fixed build output look in several Makefiles Fixed code to include autoconf.h Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index a47581afc7..a7ef70f24d 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -20,6 +20,8 @@ #ifndef __CONFIG_H__ #define __CONFIG_H__ +#include "autoconf.h" + /* symbolic names for multiple choice configurations: */ /* CONFIG_TUNER (note these are combineable bit-flags) */ -- cgit v1.2.3