aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 7f14bedb5..03904bbf8 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -73,7 +73,7 @@
73# define PIPE_BUF 4096 /* amount of buffering in a pipe */ 73# define PIPE_BUF 4096 /* amount of buffering in a pipe */
74#endif 74#endif
75 75
76#if defined(__uClinux__) 76#if !BB_MMU
77# error "Do not even bother, ash will not run on NOMMU machine" 77# error "Do not even bother, ash will not run on NOMMU machine"
78#endif 78#endif
79 79