mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2026-03-12 20:28:47 +01:00
Makefile: use correct dir for usbdux
Unnoticed for years... Signed-off-by: Kyle McMartin <kyle@kernel.org>
This commit is contained in:
parent
e10097aa1b
commit
07679208aa
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -8,5 +8,6 @@ all:
|
|||
install:
|
||||
mkdir -p $(DESTDIR)$(FIRMWAREDIR)
|
||||
cp -r * $(DESTDIR)$(FIRMWAREDIR)
|
||||
rm -f $(DESTDIR)/usbdux/*dux $(DESTDIR)/*/*.asm
|
||||
rm -f $(DESTDIR)$(FIRMWAREDIR)/usbdux/*dux \
|
||||
$(DESTDIR)$(FIRMWAREDIR)/*/*.asm
|
||||
rm $(DESTDIR)$(FIRMWAREDIR)/{WHENCE,LICENSE.*,LICENCE.*}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue