Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209447
b: refs/heads/master
c: 7cfddee
h: refs/heads/master
i:
  209445: 507dbaa
  209443: 88ad621
  209439: 2797c15
v: v3
  • Loading branch information
Sam Ravnborg committed Aug 14, 2010
1 parent c413aae commit 3a6996d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf56fba6703592149e1bcd19220c60eb42dff9b7
refs/heads/master: 7cfddeef357aac78179ea804b11cffb5fbba8288
6 changes: 0 additions & 6 deletions trunk/Documentation/kbuild/makefiles.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ This document describes the Linux kernel Makefiles.
--- 7.1 header-y
--- 7.2 objhdr-y
--- 7.3 destination-y
--- 7.4 unifdef-y (deprecated)

=== 8 Kbuild Variables
=== 9 Makefile language
Expand Down Expand Up @@ -1245,11 +1244,6 @@ See subsequent chapter for the syntax of the Kbuild file.
will be located in the directory "include/linux" when exported.


--- 7.4 unifdef-y (deprecated)

unifdef-y is deprecated. A direct replacement is header-y.


=== 8 Kbuild Variables

The top Makefile exports the following variables:
Expand Down
3 changes: 1 addition & 2 deletions trunk/scripts/Makefile.headersinst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#
# header-y - list files to be installed. They are preprocessed
# to remove __KERNEL__ section of the file
# unifdef-y - Same as header-y. Obsolete
# objhdr-y - Same as header-y but for generated files
#
# ==========================================================================
Expand All @@ -20,7 +19,7 @@ include scripts/Kbuild.include

install := $(INSTALL_HDR_PATH)/$(_dst)

header-y := $(sort $(header-y) $(unifdef-y))
header-y := $(sort $(header-y))
subdirs := $(patsubst %/,%,$(filter %/, $(header-y)))
header-y := $(filter-out %/, $(header-y))

Expand Down

0 comments on commit 3a6996d

Please sign in to comment.