From: Benjamin Drung Date: Thu, 30 Oct 2025 12:21:26 +0000 (+0100) Subject: feat(Makefile): filter out warpclock on S390(x) systems X-Git-Tag: 109~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287c4f664046e2c6d1c15b43ac8d9cbc4e1007e6;p=thirdparty%2Fdracut-ng.git feat(Makefile): filter out warpclock on S390(x) systems hwclock does not exist on S390(x). So the module warpclock does not need to be installed on S390(x) systems. --- diff --git a/Makefile b/Makefile index 887818ea1..24e2fb622 100644 --- a/Makefile +++ b/Makefile @@ -288,6 +288,8 @@ ifneq ($(ARCH),s390x) for f in cio_ignore cms dasd dasd_mod dcssblk zfcp zipl znet; do \ rm -r $(DESTDIR)$(pkglibdir)/modules.d/[0-9][0-9]$${f}; \ done +else + rm -r $(DESTDIR)$(pkglibdir)/modules.d/[0-9][0-9]warpclock endif clean: