aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/hush.c b/shell/hush.c
index e64c923b4..29ff3c442 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -128,9 +128,7 @@
128# define USE_FOR_MMU(...) 128# define USE_FOR_MMU(...)
129#endif 129#endif
130 130
131#define SKIP_definitions 1 131#include "NUM_APPLETS.h"
132#include "applet_tables.h"
133#undef SKIP_definitions
134#if NUM_APPLETS == 1 132#if NUM_APPLETS == 1
135/* STANDALONE does not make sense, and won't compile */ 133/* STANDALONE does not make sense, and won't compile */
136# undef CONFIG_FEATURE_SH_STANDALONE 134# undef CONFIG_FEATURE_SH_STANDALONE