aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 1f8f90a09..cfd8154ef 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -50,9 +50,7 @@
50# define CLEAR_RANDOM_T(rnd) ((void)0) 50# define CLEAR_RANDOM_T(rnd) ((void)0)
51#endif 51#endif
52 52
53#define SKIP_definitions 1 53#include "NUM_APPLETS.h"
54#include "applet_tables.h"
55#undef SKIP_definitions
56#if NUM_APPLETS == 1 54#if NUM_APPLETS == 1
57/* STANDALONE does not make sense, and won't compile */ 55/* STANDALONE does not make sense, and won't compile */
58# undef CONFIG_FEATURE_SH_STANDALONE 56# undef CONFIG_FEATURE_SH_STANDALONE