From 19eb800f75db9746435868ff6837b7b3b506ac0a Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 1 Nov 2008 17:33:21 +0000 Subject: conditionalise *_get_info() to get some binsize back git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18965 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index e04397b5bb..22a0bd2244 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -624,4 +624,8 @@ #endif #endif /* HAVE_HEADPHONE_DETECTION */ +#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) +#define STORAGE_GET_INFO +#endif + #endif /* __CONFIG_H__ */ -- cgit v1.2.3