1
0
Fork 0
forked from len0rd/rockbox

move the HAS_BUTTONBAR define to the config-<target>.h files

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17652 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2008-05-29 09:14:32 +00:00
parent fd3b46c22c
commit 43f0770943
5 changed files with 13 additions and 10 deletions

View file

@ -21,6 +21,8 @@
#define HAVE_QUICKSCREEN
/* define this if you have access to the pitchscreen */
#define HAVE_PITCHSCREEN
/* define this if you have the button bar */
#define HAS_BUTTONBAR
/* define this if you would like tagcache to build on this target */
#define HAVE_TAGCACHE

View file

@ -21,6 +21,8 @@
#define HAVE_QUICKSCREEN
/* define this if you have access to the pitchscreen */
#define HAVE_PITCHSCREEN
/* define this if you have the button bar */
#define HAS_BUTTONBAR
/* define this if you would like tagcache to build on this target */
#define HAVE_TAGCACHE

View file

@ -21,6 +21,8 @@
#define HAVE_QUICKSCREEN
/* define this if you have access to the pitchscreen */
#define HAVE_PITCHSCREEN
/* define this if you have the button bar */
#define HAS_BUTTONBAR
/* define this if you would like tagcache to build on this target */
#define HAVE_TAGCACHE