mirror of
https://git.proxmox.com/git/mirror_linux-firmware
synced 2025-05-25 16:50:02 +00:00
Merge branch 'make-opts' into 'main'
Add a COPYOPTS variable See merge request kernel-firmware/linux-firmware!88
This commit is contained in:
commit
aae60524be
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ rpm:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
install -d $(DESTDIR)$(FIRMWAREDIR)
|
install -d $(DESTDIR)$(FIRMWAREDIR)
|
||||||
./copy-firmware.sh $(DESTDIR)$(FIRMWAREDIR)
|
./copy-firmware.sh $(COPYOPTS) $(DESTDIR)$(FIRMWAREDIR)
|
||||||
|
|
||||||
install-nodedup:
|
install-nodedup:
|
||||||
install -d $(DESTDIR)$(FIRMWAREDIR)
|
install -d $(DESTDIR)$(FIRMWAREDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user