From d0a82f1e0fa60ffedb672422bf6779de24b8bd11 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Tue, 5 Nov 2019 17:10:53 -0500 Subject: Sync up on adding a bunch of files --- filter-s390x.sh.fedora | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 filter-s390x.sh.fedora (limited to 'filter-s390x.sh.fedora') diff --git a/filter-s390x.sh.fedora b/filter-s390x.sh.fedora new file mode 100644 index 000000000..04f7110ad --- /dev/null +++ b/filter-s390x.sh.fedora @@ -0,0 +1,12 @@ +#! /bin/bash + +# This is the s390x override file for the core/drivers package split. The +# module directories listed here and in the generic list in filter-modules.sh +# will be moved to the resulting kernel-modules package for this arch. +# Anything not listed in those files will be in the kernel-core package. +# +# Please review the default list in filter-modules.sh before making +# modifications to the overrides below. If something should be removed across +# all arches, remove it in the default instead of per-arch. + +# Defaults work so no need to override -- cgit