summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 0a1ceee2e0..1cccdfbcf4 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -71,14 +71,12 @@
71#if (CONFIG_STORAGE & STORAGE_ATA) 71#if (CONFIG_STORAGE & STORAGE_ATA)
72#include "ata.h" 72#include "ata.h"
73#endif 73#endif
74#if CONFIG_TUNER
75#include "tuner.h"
76#include "radio.h"
77#endif
78#endif /* CONFIG_PLATFORM & PLATFORM_NATIVE */ 74#endif /* CONFIG_PLATFORM & PLATFORM_NATIVE */
79#include "power.h" 75#include "power.h"
80 76
81#if (defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1)) && defined(CONFIG_TUNER) 77#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) \
78 || defined(SONY_NWZ_LINUX)) \
79 && defined(CONFIG_TUNER)
82#include "tuner.h" 80#include "tuner.h"
83#include "radio.h" 81#include "radio.h"
84#endif 82#endif