Makefile update
authorJens Axboe <jaxboe@fusionio.com>
Fri, 8 Oct 2010 15:40:11 +0000 (17:40 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 8 Oct 2010 15:40:11 +0000 (17:40 +0200)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Makefile

index f99d012026c839c2ec0adbac259f0b173511ba20..de8b492366d2cd8d7111bced07c867412bf83e7f 100644 (file)
--- 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