From: Jens Axboe Date: Fri, 8 Oct 2010 15:40:11 +0000 (+0200) Subject: Makefile update X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7dbd2f56b9dd5cb43a8892c995a5e0f62f41edba;p=binject.git Makefile update Signed-off-by: Jens Axboe --- 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