mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
kernel: Don't compile -rt kernels on s390x
Looks like commit 9a88a5e986
("Upgrade -rt patches to
v4.14.29-rt25") accidentally added compiling -rt kernels
for s390x. Remove it.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
parent
046dc20836
commit
a8cc4f4f42
@ -233,7 +233,6 @@ $(eval $(call kernel,4.14.29,4.14.x,-rt,))
|
||||
else ifeq ($(ARCH),s390x)
|
||||
$(eval $(call kernel,4.15.15,4.15.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.32,4.14.x,$(EXTRA),$(DEBUG)))
|
||||
$(eval $(call kernel,4.14.29,4.14.x,-rt,))
|
||||
endif
|
||||
|
||||
# Target for kernel config
|
||||
|
Loading…
Reference in New Issue
Block a user