X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Makefile;h=e41a3356abee83f08288362950bfceebd25ec3c2;hb=bb31f607a0900552926ebf9ef3d002d96a43f7cc;hp=b1c3254441f3f3353465ef8b3cf2e563abe70bf4;hpb=2aba73a6146bb85d4a42386ca41dec0f4aa4b3ad;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index b1c3254441f3..e41a3356abee 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 19 SUBLEVEL = 0 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc4 NAME = Diseased Newt # *DOCUMENTATION* @@ -391,6 +391,7 @@ USERINCLUDE := \ # Needed to be compatible with the O= option LINUXINCLUDE := \ -I$(srctree)/arch/$(hdr-arch)/include \ + -Iarch/$(hdr-arch)/include/generated/uapi \ -Iarch/$(hdr-arch)/include/generated \ $(if $(KBUILD_SRC), -I$(srctree)/include) \ -Iinclude \