X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=Makefile;h=03373bb703ca9cd4d8cde6403502357815b7e531;hb=b094ad3be564e7cc59cca4ff0256550d3a55dd3b;hp=b18afad2e1008daaf362ab71ebd4bcfd440cdceb;hpb=a31ea2f568d0ad4bb11e2fe8a94b95de0cb5fa69;p=net-next-2.6.git diff --git a/Makefile b/Makefile index b18afad2e10..03373bb703c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 30 -EXTRAVERSION = -rc4 -NAME = Vindictive Armadillo +EXTRAVERSION = +NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -533,7 +533,7 @@ endif include $(srctree)/arch/$(SRCARCH)/Makefile -ifneq (CONFIG_FRAME_WARN,0) +ifneq ($(CONFIG_FRAME_WARN),0) KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN}) endif