X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=03373bb703ca9cd4d8cde6403502357815b7e531;hb=73422811d290c628b4ddbf6830e5cd6fa42e84f1;hp=739fd34a72a2422f14937ccd084f77d52edc0fc1;hpb=23db9f430be9325a861c7762c1ffadad9ca528a8;p=mv-sheeva.git diff --git a/Makefile b/Makefile index 739fd34a72a..03373bb703c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 30 -EXTRAVERSION = -rc7 +EXTRAVERSION = NAME = Man-Eating Seals of Antiquity # *DOCUMENTATION* @@ -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