diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-12 19:03:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-12 19:03:16 -0400 |
commit | 39ceda5ce1b002e30563fcb8ad1bb5ac8e4d59ee (patch) | |
tree | 18751f981a3a540379b9f4b01292e1b4f401aa38 /arch/parisc | |
parent | 5f26f1143678d0fed8115afdcc0de99ee7cc9675 (diff) | |
parent | d4a74bbfee03acf7bbddc77b9c9236462c744fc7 (diff) |
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada:
- remove headers_{install,check}_all targets
- remove unreasonable 'depends on !UML' from CONFIG_SAMPLES
- re-implement 'make headers_install' more cleanly
- add new header-test-y syntax to compile-test headers
- compile-test exported headers to ensure they are compilable in
user-space
- compile-test headers under include/ to ensure they are self-contained
- remove -Waggregate-return, -Wno-uninitialized, -Wno-unused-value
flags
- add -Werror=unknown-warning-option for Clang
- add 128-bit built-in types support to genksyms
- fix missed rebuild of modules.builtin
- propagate 'No space left on device' error in fixdep to Make
- allow Clang to use its integrated assembler
- improve some coccinelle scripts
- add a new flag KBUILD_ABS_SRCTREE to request Kbuild to use absolute
path for $(srctree).
- do not ignore errors when compression utility is missing
- misc cleanups
* tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (49 commits)
kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix
kbuild: Inform user to pass ARCH= for make mrproper
kbuild: fix compression errors getting ignored
kbuild: add a flag to force absolute path for srctree
kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree
kbuild: remove src and obj from the top Makefile
scripts/tags.sh: remove unused environment variables from comments
scripts/tags.sh: drop SUBARCH support for ARM
kbuild: compile-test kernel headers to ensure they are self-contained
kheaders: include only headers into kheaders_data.tar.xz
kheaders: remove meaningless -R option of 'ls'
kbuild: support header-test-pattern-y
kbuild: do not create wrappers for header-test-y
kbuild: compile-test exported headers to ensure they are self-contained
init/Kconfig: add CONFIG_CC_CAN_LINK
kallsyms: exclude kasan local symbols on s390
kbuild: add more hints about SUBDIRS replacement
coccinelle: api/stream_open: treat all wait_.*() calls as blocking
coccinelle: put_device: Add a cast to an expression for an assignment
coccinelle: put_device: Adjust a message construction
...
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/Makefile | 12 | ||||
-rw-r--r-- | arch/parisc/configs/a500_defconfig | 1 | ||||
-rw-r--r-- | arch/parisc/configs/b180_defconfig | 1 | ||||
-rw-r--r-- | arch/parisc/configs/c3000_defconfig | 1 | ||||
-rw-r--r-- | arch/parisc/configs/default_defconfig | 1 |
5 files changed, 10 insertions, 6 deletions
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 58d46665cad9..8acb8fa1f8d6 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile | |||
@@ -120,8 +120,8 @@ PALO := $(shell if (which palo 2>&1); then : ; \ | |||
120 | elif [ -x /sbin/palo ]; then echo /sbin/palo; \ | 120 | elif [ -x /sbin/palo ]; then echo /sbin/palo; \ |
121 | fi) | 121 | fi) |
122 | 122 | ||
123 | PALOCONF := $(shell if [ -f $(src)/palo.conf ]; then echo $(src)/palo.conf; \ | 123 | PALOCONF := $(shell if [ -f $(srctree)/palo.conf ]; then echo $(srctree)/palo.conf; \ |
124 | else echo $(obj)/palo.conf; \ | 124 | else echo $(objtree)/palo.conf; \ |
125 | fi) | 125 | fi) |
126 | 126 | ||
127 | palo lifimage: vmlinuz | 127 | palo lifimage: vmlinuz |
@@ -131,8 +131,8 @@ palo lifimage: vmlinuz | |||
131 | false; \ | 131 | false; \ |
132 | fi | 132 | fi |
133 | @if test ! -f "$(PALOCONF)"; then \ | 133 | @if test ! -f "$(PALOCONF)"; then \ |
134 | cp $(src)/arch/parisc/defpalo.conf $(obj)/palo.conf; \ | 134 | cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \ |
135 | echo 'A generic palo config file ($(obj)/palo.conf) has been created for you.'; \ | 135 | echo 'A generic palo config file ($(objree)/palo.conf) has been created for you.'; \ |
136 | echo 'You should check it and re-run "make palo".'; \ | 136 | echo 'You should check it and re-run "make palo".'; \ |
137 | echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \ | 137 | echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \ |
138 | false; \ | 138 | false; \ |
@@ -162,10 +162,10 @@ vmlinuz: vmlinux | |||
162 | endif | 162 | endif |
163 | 163 | ||
164 | install: | 164 | install: |
165 | $(CONFIG_SHELL) $(src)/arch/parisc/install.sh \ | 165 | $(CONFIG_SHELL) $(srctree)/arch/parisc/install.sh \ |
166 | $(KERNELRELEASE) vmlinux System.map "$(INSTALL_PATH)" | 166 | $(KERNELRELEASE) vmlinux System.map "$(INSTALL_PATH)" |
167 | zinstall: | 167 | zinstall: |
168 | $(CONFIG_SHELL) $(src)/arch/parisc/install.sh \ | 168 | $(CONFIG_SHELL) $(srctree)/arch/parisc/install.sh \ |
169 | $(KERNELRELEASE) vmlinuz System.map "$(INSTALL_PATH)" | 169 | $(KERNELRELEASE) vmlinuz System.map "$(INSTALL_PATH)" |
170 | 170 | ||
171 | CLEAN_FILES += lifimage | 171 | CLEAN_FILES += lifimage |
diff --git a/arch/parisc/configs/a500_defconfig b/arch/parisc/configs/a500_defconfig index a8859496b0b9..3335734bfadd 100644 --- a/arch/parisc/configs/a500_defconfig +++ b/arch/parisc/configs/a500_defconfig | |||
@@ -166,6 +166,7 @@ CONFIG_NLS_ISO8859_1=m | |||
166 | CONFIG_NLS_ISO8859_15=m | 166 | CONFIG_NLS_ISO8859_15=m |
167 | CONFIG_NLS_UTF8=m | 167 | CONFIG_NLS_UTF8=m |
168 | CONFIG_DEBUG_FS=y | 168 | CONFIG_DEBUG_FS=y |
169 | CONFIG_HEADERS_INSTALL=y | ||
169 | CONFIG_HEADERS_CHECK=y | 170 | CONFIG_HEADERS_CHECK=y |
170 | CONFIG_MAGIC_SYSRQ=y | 171 | CONFIG_MAGIC_SYSRQ=y |
171 | # CONFIG_DEBUG_BUGVERBOSE is not set | 172 | # CONFIG_DEBUG_BUGVERBOSE is not set |
diff --git a/arch/parisc/configs/b180_defconfig b/arch/parisc/configs/b180_defconfig index 0cae9664bf67..07fde5bd6974 100644 --- a/arch/parisc/configs/b180_defconfig +++ b/arch/parisc/configs/b180_defconfig | |||
@@ -90,6 +90,7 @@ CONFIG_NLS_ASCII=m | |||
90 | CONFIG_NLS_ISO8859_1=m | 90 | CONFIG_NLS_ISO8859_1=m |
91 | CONFIG_NLS_ISO8859_15=m | 91 | CONFIG_NLS_ISO8859_15=m |
92 | CONFIG_NLS_UTF8=m | 92 | CONFIG_NLS_UTF8=m |
93 | CONFIG_HEADERS_INSTALL=y | ||
93 | CONFIG_HEADERS_CHECK=y | 94 | CONFIG_HEADERS_CHECK=y |
94 | CONFIG_MAGIC_SYSRQ=y | 95 | CONFIG_MAGIC_SYSRQ=y |
95 | CONFIG_DEBUG_KERNEL=y | 96 | CONFIG_DEBUG_KERNEL=y |
diff --git a/arch/parisc/configs/c3000_defconfig b/arch/parisc/configs/c3000_defconfig index 6c29b841735c..64d45a8b6ca0 100644 --- a/arch/parisc/configs/c3000_defconfig +++ b/arch/parisc/configs/c3000_defconfig | |||
@@ -139,6 +139,7 @@ CONFIG_NLS_ISO8859_1=m | |||
139 | CONFIG_NLS_ISO8859_15=m | 139 | CONFIG_NLS_ISO8859_15=m |
140 | CONFIG_NLS_UTF8=m | 140 | CONFIG_NLS_UTF8=m |
141 | CONFIG_DEBUG_FS=y | 141 | CONFIG_DEBUG_FS=y |
142 | CONFIG_HEADERS_INSTALL=y | ||
142 | CONFIG_HEADERS_CHECK=y | 143 | CONFIG_HEADERS_CHECK=y |
143 | CONFIG_MAGIC_SYSRQ=y | 144 | CONFIG_MAGIC_SYSRQ=y |
144 | CONFIG_DEBUG_MUTEXES=y | 145 | CONFIG_DEBUG_MUTEXES=y |
diff --git a/arch/parisc/configs/default_defconfig b/arch/parisc/configs/default_defconfig index 6a91cc2623e8..5b877ca34ebf 100644 --- a/arch/parisc/configs/default_defconfig +++ b/arch/parisc/configs/default_defconfig | |||
@@ -183,6 +183,7 @@ CONFIG_NLS_KOI8_R=m | |||
183 | CONFIG_NLS_KOI8_U=m | 183 | CONFIG_NLS_KOI8_U=m |
184 | CONFIG_NLS_UTF8=y | 184 | CONFIG_NLS_UTF8=y |
185 | CONFIG_DEBUG_FS=y | 185 | CONFIG_DEBUG_FS=y |
186 | CONFIG_HEADERS_INSTALL=y | ||
186 | CONFIG_HEADERS_CHECK=y | 187 | CONFIG_HEADERS_CHECK=y |
187 | CONFIG_MAGIC_SYSRQ=y | 188 | CONFIG_MAGIC_SYSRQ=y |
188 | CONFIG_DEBUG_KERNEL=y | 189 | CONFIG_DEBUG_KERNEL=y |