aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 14:23:06 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 14:23:06 -0400
commit821f3eff7cdb9d6c7076effabd46c96c322daed1 (patch)
tree60f13155196fd6c84424c8aebc133ca4a5f56749 /include
parentebc283118ee448dcb6e6cae74a8a43f17a1ccc3f (diff)
parentf77bf01425b11947eeb3b5b54685212c302741b8 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (40 commits) kbuild: introduce ccflags-y, asflags-y and ldflags-y kbuild: enable 'make CPPFLAGS=...' to add additional options to CPP kbuild: enable use of AFLAGS and CFLAGS on commandline kbuild: enable 'make AFLAGS=...' to add additional options to AS kbuild: fix AFLAGS use in h8300 and m68knommu kbuild: check for wrong use of CFLAGS kbuild: enable 'make CFLAGS=...' to add additional options to CC kbuild: fix up CFLAGS usage kbuild: make modpost detect unterminated device id lists kbuild: call export_report from the Makefile kbuild: move Kai Germaschewski to CREDITS kconfig/menuconfig: distinguish between selected-by-another options and comments kconfig: tristate choices with mixed tristate and boolean values include/linux/Kbuild: remove duplicate entries kbuild: kill backward compatibility checks kbuild: kill EXTRA_ARFLAGS kbuild: fix documentation in makefiles.txt kbuild: call make once for all targets when O=.. is used kbuild: pass -g to assembler under CONFIG_DEBUG_INFO kbuild: update _shipped files for kconfig syntax cleanup ... Fix up conflicts in arch/um/sys-{x86_64,i386}/Makefile manually.
Diffstat (limited to 'include')
-rw-r--r--include/linux/Kbuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 818cc3a50e6b..025af706d114 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -78,7 +78,6 @@ header-y += if_arcnet.h
78header-y += if_bonding.h 78header-y += if_bonding.h
79header-y += if_cablemodem.h 79header-y += if_cablemodem.h
80header-y += if_fc.h 80header-y += if_fc.h
81header-y += if_fddi.h
82header-y += if.h 81header-y += if.h
83header-y += if_hippi.h 82header-y += if_hippi.h
84header-y += if_infiniband.h 83header-y += if_infiniband.h
@@ -121,7 +120,6 @@ header-y += nl80211.h
121header-y += oom.h 120header-y += oom.h
122header-y += param.h 121header-y += param.h
123header-y += pci_regs.h 122header-y += pci_regs.h
124header-y += personality.h
125header-y += pfkeyv2.h 123header-y += pfkeyv2.h
126header-y += pg.h 124header-y += pg.h
127header-y += phantom.h 125header-y += phantom.h
@@ -159,7 +157,6 @@ header-y += video_decoder.h
159header-y += video_encoder.h 157header-y += video_encoder.h
160header-y += videotext.h 158header-y += videotext.h
161header-y += vt.h 159header-y += vt.h
162header-y += wireless.h
163header-y += x25.h 160header-y += x25.h
164 161
165unifdef-y += acct.h 162unifdef-y += acct.h