aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2023-11-28 16:57:13 +0000
committerJosh Boyer <jwboyer@redhat.com>2023-11-28 16:57:13 +0000
commitaae60524be2d3585dbd2169cee66c4e91e842e03 (patch)
tree0efcb6391187707ae3e918d16399299c3f656af4
parent5aadb590f1f033cfc00bf7bda33f250b5505fb70 (diff)
parentd9f6088f7e91d246d9e8d92187ecd49e44a36d9d (diff)
downloadlinux-firmware-aae60524be2d3585dbd2169cee66c4e91e842e03.tar.gz
Merge branch 'make-opts' into 'main'
Add a COPYOPTS variable See merge request kernel-firmware/linux-firmware!88
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c94edffe..ac43c97f 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ rpm:
install:
install -d $(DESTDIR)$(FIRMWAREDIR)
- ./copy-firmware.sh $(DESTDIR)$(FIRMWAREDIR)
+ ./copy-firmware.sh $(COPYOPTS) $(DESTDIR)$(FIRMWAREDIR)
install-nodedup:
install -d $(DESTDIR)$(FIRMWAREDIR)