diff options
author | Thomas Huth <thuth@redhat.com> | 2023-03-10 17:07:57 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-03-10 21:05:16 +0100 |
commit | bd81feb8cdbf0d9df27301c8fabbbd538519e8b3 (patch) | |
tree | ef7b75960876afca9966511de71591ae4a89aea4 /scripts/headers_install.sh | |
parent | f5bdc61eb6089e10181b8f51b0a180bbd47a89fc (diff) | |
download | linux-bd81feb8cdbf0d9df27301c8fabbbd538519e8b3.tar.gz linux-bd81feb8cdbf0d9df27301c8fabbbd538519e8b3.tar.bz2 linux-bd81feb8cdbf0d9df27301c8fabbbd538519e8b3.zip |
scripts: Update the CONFIG_* ignore list in headers_install.sh
The file in include/uapi/linux/ have been cleaned in the previous patches,
so we can now remove these entries from the CONFIG_* ignore-list.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'scripts/headers_install.sh')
-rwxr-xr-x | scripts/headers_install.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/headers_install.sh b/scripts/headers_install.sh index 4041881746ad..36b56b746fce 100755 --- a/scripts/headers_install.sh +++ b/scripts/headers_install.sh @@ -83,10 +83,6 @@ arch/nios2/include/uapi/asm/swab.h:CONFIG_NIOS2_CI_SWAB_SUPPORT arch/x86/include/uapi/asm/auxvec.h:CONFIG_IA32_EMULATION arch/x86/include/uapi/asm/auxvec.h:CONFIG_X86_64 arch/x86/include/uapi/asm/mman.h:CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS -include/uapi/linux/atmdev.h:CONFIG_COMPAT -include/uapi/linux/eventpoll.h:CONFIG_PM_SLEEP -include/uapi/linux/hw_breakpoint.h:CONFIG_HAVE_MIXED_BREAKPOINTS_REGS -include/uapi/linux/pktcdvd.h:CONFIG_CDROM_PKTCDVD_WCACHE " for c in $configs |