mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-23 21:39:02 +00:00
fix general-packaging-dev patch for 4.20.y
This commit is contained in:
parent
68694fa663
commit
0943a044d5
1 changed files with 1 additions and 1 deletions
|
@ -216,6 +216,6 @@ index f839ecd9..cd276162 100644
|
||||||
boot := arch/arm64/boot
|
boot := arch/arm64/boot
|
||||||
-KBUILD_IMAGE := $(boot)/Image.gz
|
-KBUILD_IMAGE := $(boot)/Image.gz
|
||||||
+KBUILD_IMAGE := $(boot)/Image
|
+KBUILD_IMAGE := $(boot)/Image
|
||||||
KBUILD_DTBS := dtbs
|
|
||||||
|
|
||||||
all: Image.gz $(KBUILD_DTBS)
|
all: Image.gz $(KBUILD_DTBS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue