diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 10:22:58 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 22:26:52 +0200 |
commit | 7cfddeef357aac78179ea804b11cffb5fbba8288 (patch) | |
tree | 6fb02879ab6ad179135b4005690316f07a455642 /Documentation/kbuild | |
parent | bf56fba6703592149e1bcd19220c60eb42dff9b7 (diff) | |
download | linux-3.10-7cfddeef357aac78179ea804b11cffb5fbba8288.tar.gz linux-3.10-7cfddeef357aac78179ea804b11cffb5fbba8288.tar.bz2 linux-3.10-7cfddeef357aac78179ea804b11cffb5fbba8288.zip |
kbuild: drop unifdef-y support
unifdef-y is not used anymore - drop remaining references
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r-- | Documentation/kbuild/makefiles.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt index c375313cb12..c787ae51212 100644 --- a/Documentation/kbuild/makefiles.txt +++ b/Documentation/kbuild/makefiles.txt @@ -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 @@ -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: |