From 153fcaa6c17124ebbf0d50df5da95f3564c7402b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 21 Feb 2010 05:17:41 +0100 Subject: Replace __uClinux__ define with !BB_MMU Signed-off-by: Denys Vlasenko --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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 @@ # define PIPE_BUF 4096 /* amount of buffering in a pipe */ #endif -#if defined(__uClinux__) +#if !BB_MMU # error "Do not even bother, ash will not run on NOMMU machine" #endif -- cgit v1.2.3