File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 48
48
@echo ' linux (default) - Builds the Linux kernel'
49
49
@echo ' linux_defconfig - Builds the Linux kernel'
50
50
@echo ' linux_modules - Builds the Linux kernel modules'
51
+ @echo ' linux_debpkg - Creates a Debian package for the kernel'
51
52
@echo ' ack - Builds the Android Common Kernel'
52
53
@echo ' tools-vm - Builds linux/tools/vm'
53
54
@echo ' '
@@ -211,6 +212,12 @@ ifndef VERSION
211
212
endif
212
213
$(SCRIPT_DIR)/checkout_linux.sh $(VERSION) $(LINUX_SRC)
213
214
215
+ # Use xz compression instead of zstd, as the latter is not supported by some
216
+ # versions of dpkg.
217
+ .PHONY : linux_debpkg
218
+ linux_debpkg : $(KERNEL_IMAGE )
219
+ + $(LINUX_MAKE ) KDEB_COMPRESS=xz bindeb-pkg
220
+
214
221
215
222
# These targets do the same thing as the `linux` targets, but because they're in
216
223
# `ACK_TARGETS`, the `ACK` variable is set to 1 and the ACK source and output
Submodule
linux updated from 21e9963 to c9c3395
You can’t perform that action at this time.
0 commit comments