We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c515f commit 01fef82Copy full SHA for 01fef82
arch/parisc/Kconfig
@@ -25,6 +25,7 @@ config PARISC
25
select INIT_ALL_POSSIBLE
26
select BUG
27
select BUILDTIME_TABLE_SORT
28
+ select HAVE_KERNEL_UNCOMPRESSED
29
select HAVE_PCI
30
select HAVE_PERF_EVENTS
31
select HAVE_KERNEL_BZIP2
arch/parisc/boot/Makefile
@@ -10,7 +10,7 @@ subdir- := compressed
10
$(obj)/image: vmlinux FORCE
11
$(call if_changed,objcopy)
12
13
-$(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
+$(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FORCE
14
15
16
$(obj)/compressed/vmlinux: FORCE
0 commit comments