diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-05-16 12:06:25 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-05-16 12:08:27 +0000 |
commit | 2701f8e3a2cee6c986c9399702673fa81d2f903e (patch) | |
tree | 042fdca68eed7518bcf0c87e67e1bcb3f52935e2 | |
parent | 71d793f9056bb3cccc524858eec43d2454f692b6 (diff) | |
download | ports-2701f8e3a2cee6c986c9399702673fa81d2f903e.tar.gz ports-2701f8e3a2cee6c986c9399702673fa81d2f903e.zip |
graphics/gpu-firmware-*-kmod: Remove defualt FLAVOR
The default flavor is always the first of the list.
Setting one make the port framework always use this one and so
things like make clean will never clean all the flavors.
This will lead to leave all the work-${FLAVOR} directories except
for the default one if one is building graphics/gpu-firmware-kmod.
PR: 263899
Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r-- | graphics/gpu-firmware-amd-kmod/Makefile | 1 | ||||
-rw-r--r-- | graphics/gpu-firmware-intel-kmod/Makefile | 1 | ||||
-rw-r--r-- | graphics/gpu-firmware-radeon-kmod/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/graphics/gpu-firmware-amd-kmod/Makefile b/graphics/gpu-firmware-amd-kmod/Makefile index 2181af01de04..f72f82a7c71f 100644 --- a/graphics/gpu-firmware-amd-kmod/Makefile +++ b/graphics/gpu-firmware-amd-kmod/Makefile @@ -49,7 +49,6 @@ FLAVORS= banks \ verde \ green_sardine \ sienna_cichlid -FLAVOR?= banks green_sardine_IGNORE_FreeBSD_12= "Not supported on < 13.1" green_sardine_IGNORE_FreeBSD_13.0= "Not supported on < 13.1" diff --git a/graphics/gpu-firmware-intel-kmod/Makefile b/graphics/gpu-firmware-intel-kmod/Makefile index 0a341e956d13..96eb5ce7931e 100644 --- a/graphics/gpu-firmware-intel-kmod/Makefile +++ b/graphics/gpu-firmware-intel-kmod/Makefile @@ -25,7 +25,6 @@ FLAVORS= skylake \ elkhartlake \ tigerlake \ rocketlake -FLAVOR?= skylake USES= kmod uidfix diff --git a/graphics/gpu-firmware-radeon-kmod/Makefile b/graphics/gpu-firmware-radeon-kmod/Makefile index 5323f561760c..f5e8ef7c4091 100644 --- a/graphics/gpu-firmware-radeon-kmod/Makefile +++ b/graphics/gpu-firmware-radeon-kmod/Makefile @@ -58,7 +58,6 @@ FLAVORS= aruba \ tahiti \ turks \ verde -FLAVOR?= aruba USES= kmod uidfix |