public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kbuild: add 3 more header files to get properly "unifdef"ed
@ 2006-11-30 10:03 Robert P. J. Day
  2006-12-03 22:12 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2006-11-30 10:03 UTC (permalink / raw)
  To: Linux kernel mailing list


  Add 3 more files to get "unifdef"ed when creating sanitized headers
with "make headers_install".

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index a1155a2..b6bc50c 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -225,6 +225,7 @@ unifdef-y += if_bridge.h
 unifdef-y += if_ec.h
 unifdef-y += if_eql.h
 unifdef-y += if_ether.h
+unifdef-y += if_fddi.h
 unifdef-y += if_frad.h
 unifdef-y += if_ltalk.h
 unifdef-y += if_pppox.h
@@ -286,6 +287,7 @@ unifdef-y += nvram.h
 unifdef-y += parport.h
 unifdef-y += patchkey.h
 unifdef-y += pci.h
+unifdef-y += personality.h
 unifdef-y += pktcdvd.h
 unifdef-y += pmu.h
 unifdef-y += poll.h
@@ -341,6 +343,7 @@ unifdef-y += videodev.h
 unifdef-y += wait.h
 unifdef-y += wanrouter.h
 unifdef-y += watchdog.h
+unifdef-y += wireless.h
 unifdef-y += xfrm.h
 unifdef-y += zftape.h


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-03 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-30 10:03 [PATCH] Kbuild: add 3 more header files to get properly "unifdef"ed Robert P. J. Day
2006-12-03 22:12 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox