diff --git a/[refs] b/[refs] index 9c9ae2216fbf..78d4914f734e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c128df731862e90ec9292c5d3eb264ac73b522b8 +refs/heads/master: 52fe7c9cc1637110ba4e0e6fe5d07cc0786d62de diff --git a/trunk/include/linux/Kbuild b/trunk/include/linux/Kbuild index 2296d8b1931f..b0ada6f37dd6 100644 --- a/trunk/include/linux/Kbuild +++ b/trunk/include/linux/Kbuild @@ -1,5 +1,6 @@ header-y += byteorder/ header-y += can/ +header-y += caif/ header-y += dvb/ header-y += hdlc/ header-y += isdn/ diff --git a/trunk/include/linux/caif/Kbuild b/trunk/include/linux/caif/Kbuild new file mode 100644 index 000000000000..a9cf250689dc --- /dev/null +++ b/trunk/include/linux/caif/Kbuild @@ -0,0 +1,2 @@ +header-y += caif_socket.h +header-y += if_caif.h