diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2016-11-01 18:31:50 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-12-14 04:54:28 -0500 |
commit | d06505b2a95efba25dc635b64a481e3197e9369a (patch) | |
tree | 6b064eb39daedaf2e28b25581d1dcd358012a10d | |
parent | 9165dabb2500b3dcb98fc648d27589a5a806227e (diff) |
Remove last traces of ikconfig.h
The build system stopped generating ikconfig.h in v2.6.8. Remove an entry
for it in dontdiff. There's also a reference to it in a small comment.
Remove that comment too, as it is of little help in any case.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | Documentation/dontdiff | 1 | ||||
-rw-r--r-- | kernel/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/dontdiff b/Documentation/dontdiff index 5385cba941d2..a23edccd2059 100644 --- a/Documentation/dontdiff +++ b/Documentation/dontdiff | |||
@@ -139,7 +139,6 @@ hpet_example | |||
139 | hugepage-mmap | 139 | hugepage-mmap |
140 | hugepage-shm | 140 | hugepage-shm |
141 | ihex2fw | 141 | ihex2fw |
142 | ikconfig.h* | ||
143 | inat-tables.c | 142 | inat-tables.c |
144 | initramfs_list | 143 | initramfs_list |
145 | int16.c | 144 | int16.c |
diff --git a/kernel/Makefile b/kernel/Makefile index eb26e12c6c2a..eaee9de224bd 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
@@ -115,8 +115,6 @@ obj-$(CONFIG_HAS_IOMEM) += memremap.o | |||
115 | 115 | ||
116 | $(obj)/configs.o: $(obj)/config_data.h | 116 | $(obj)/configs.o: $(obj)/config_data.h |
117 | 117 | ||
118 | # config_data.h contains the same information as ikconfig.h but gzipped. | ||
119 | # Info from config_data can be extracted from /proc/config* | ||
120 | targets += config_data.gz | 118 | targets += config_data.gz |
121 | $(obj)/config_data.gz: $(KCONFIG_CONFIG) FORCE | 119 | $(obj)/config_data.gz: $(KCONFIG_CONFIG) FORCE |
122 | $(call if_changed,gzip) | 120 | $(call if_changed,gzip) |