From 7dbd2f56b9dd5cb43a8892c995a5e0f62f41edba Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 8 Oct 2010 17:40:11 +0200 Subject: [PATCH] Makefile update Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f99d012..de8b492 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: make -C /lib/modules/`uname -r`/build M=`pwd` modules el5: - KBUILD_NOPEDANTIC=1 make -C /mnt/kernel/rhat/2.6.18/linux-2.6.18 M=`pwd` modules + make -C /mnt/kernel/rhat/2.6.18/linux-2.6.18 M=`pwd` modules clean: make -C /lib/modules/`uname -r`/build M=`pwd` clean -- 2.25.1