mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Build a 4.19 debug kernel on x86 (instead of 4.14)
We switched to 4.19.x as the default kernel and debug kernel build was not updated. Fix it. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
043faae78e
commit
05c8849a97
@ -261,8 +261,8 @@ endef
|
||||
ifeq ($(ARCH),x86_64)
|
||||
$(eval $(call kernel,4.20.13,4.20.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.26,4.19.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.19.26,4.19.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.104,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.104,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.19.25,4.19.x,-rt,))
|
||||
$(eval $(call kernel,4.9.161,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user