From: Andrey Konovalov Date: Fri, 23 Mar 2012 17:48:02 +0000 (+0400) Subject: Include if_pppolac.h and if_pppopns.h into header-y target X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=11a5343eebba995cb8cc73a965ef972512eabfcc;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Include if_pppolac.h and if_pppopns.h into header-y target This is required to pass the headers_check Change-Id: Ic4c773973278cbdf1cb4eb66473826cb96ccbfb3 Signed-off-by: Andrey Konovalov --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild new file mode 100644 index 000000000000..a4608897a5f3 --- /dev/null +++ b/include/linux/Kbuild @@ -0,0 +1,2 @@ +header-y += if_pppolac.h +header-y += if_pppopns.h