| Kernel v2.6.31.5-rc1 /Makefile |
|---|
 2.6.31.5-rc1
 Makefile
diff --git a/Makefile b/Makefile
index 314a3aa..fd6c12e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 31
-EXTRAVERSION = .4
+EXTRAVERSION = .5-rc1
NAME = Man-Eating Seals of Antiquity
# *DOCUMENTATION*
@@ -980,11 +980,6 @@ prepare0: archprepare FORCE
# All the preparing..
prepare: prepare0
-# Leave this as default for preprocessing vmlinux.lds.S, which is now
-# done in arch/$(ARCH)/kernel/Makefile
-
-export CPPFLAGS_vmlinux.lds += -P -C -U$(ARCH)
-
# The asm symlink changes when $(ARCH) changes.
# Detect this and ask user to run make mrproper
# If asm is a stale symlink (point to dir that does not exist) remove it
|