X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=b4ca4e111c9a4bc3e4c1c03e35eb532b5c31da93;hb=a0c49b6b6729723f32208acb59946d29c72539c6;hp=d0189560613cd715b70674540fb2b824d1f5c9eb;hpb=f85f19de90a9997583bb26e6f1f9297a4e152c18;p=mv-sheeva.git diff --git a/Makefile b/Makefile index d0189560613..b4ca4e111c9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 -PATCHLEVEL = 0 +PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Sneaky Weasel # *DOCUMENTATION* @@ -360,7 +360,7 @@ CFLAGS_GCOV = -fprofile-arcs -ftest-coverage LINUXINCLUDE := -I$(srctree)/arch/$(hdr-arch)/include \ -Iarch/$(hdr-arch)/include/generated -Iinclude \ $(if $(KBUILD_SRC), -I$(srctree)/include) \ - -include include/generated/autoconf.h + -include $(srctree)/include/linux/kconfig.h KBUILD_CPPFLAGS := -D__KERNEL__