mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
kernel: Remove the 4.9.x and 4.14.x-rt debug kernels from build
In order to cut the number of kernels we build, remove the debug kernel for the now non-default 4.9.x series. Also remove the -rt debug kernel. Users who need it can build it themselves with 'make EXTRA=-rt DEBUG=-dbg build_4.14.x' Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
894bc2bad9
commit
bcc72c3502
@ -218,9 +218,7 @@ $(eval $(call kernel,4.15.4,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.20,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.20,4.14.x,,-dbg))
|
||||
$(eval $(call kernel,4.14.18,4.14.x,-rt,))
|
||||
$(eval $(call kernel,4.14.18,4.14.x,-rt,-dbg))
|
||||
$(eval $(call kernel,4.9.82,4.9.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.9.82,4.9.x,,-dbg))
|
||||
$(eval $(call kernel,4.4.116,4.4.x,$(EXTRA),$(DEBUG)))
|
||||
|
||||
# Target for kernel config
|
||||
|
Loading…
Reference in New Issue
Block a user