diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-06-08 12:22:13 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-06-08 12:22:13 -0500 |
commit | 05706a271a8883a9bf1bc091089a315129f3db00 (patch) | |
tree | 6fcfc1474c8f9477a9bd089e5b5adf55c62ab7fe | |
parent | 676c84f7d1d780138ad2aa600ee3b7502443c353 (diff) | |
download | kernel-05706a271a8883a9bf1bc091089a315129f3db00.tar.gz kernel-05706a271a8883a9bf1bc091089a315129f3db00.tar.xz kernel-05706a271a8883a9bf1bc091089a315129f3db00.zip |
Build fixes
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rw-r--r-- | 0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch | 4 | ||||
-rwxr-xr-x | filter-modules.sh.fedora | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch b/0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch index fffc10bcc..62c8a5278 100644 --- a/0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch +++ b/0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch @@ -14,8 +14,8 @@ index 3e4868a6498b..502f9a9a2806 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ NAME = Bobtail Squid - PHONY := _all - _all: + PHONY := __all + __all: +# Set RHEL variables +include Makefile.rhelver diff --git a/filter-modules.sh.fedora b/filter-modules.sh.fedora index 601be93c8..3f8c89adb 100755 --- a/filter-modules.sh.fedora +++ b/filter-modules.sh.fedora @@ -39,7 +39,7 @@ drmdrvs="amd ast bridge gma500 i2c i915 mgag200 nouveau panel radeon" iiodrvs="accel adc afe common dac gyro health humidity light magnetometer multiplexer orientation potentiometer potentiostat pressure temperature" -singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial regmap-sdw hid-asus iTCO_wdt" +singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs megaraid pmcraid qedi qla1280 9pnet_rdma rpcrdma nvmet-rdma nvme-rdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject target_core_user sbp_target cxgbit iw_cxgb3 iw_cxgb4 cxgb3i cxgb3i cxgb3i_ddp cxgb4i chcr chtls parport_serial regmap-sdw hid-asus iTCO_wdt rnbd-client rnbd-server" # Grab the arch-specific filter list overrides source ./filter-$2.sh |