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-Tag: firefly_0821_release~2958^2~464 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=11a5343eebba995cb8cc73a965ef972512eabfcc;p=firefly-linux-kernel-4.4.55.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