mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
Makefile: usbdux is an empty dir
It only contains source/README, which we remove in the installed copy anyway. Signed-off-by: Kyle McMartin <kyle@kernel.org>
This commit is contained in:
parent
c94da94b67
commit
a46023d61d
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -8,7 +8,6 @@ all:
|
|||
install:
|
||||
mkdir -p $(DESTDIR)$(FIRMWAREDIR)
|
||||
cp -r * $(DESTDIR)$(FIRMWAREDIR)
|
||||
find $(DESTDIR)$(FIRMWAREDIR)/usbdux \( -name '*dux' -type f -or \
|
||||
-name '*.asm' \) -exec rm -- {} \;
|
||||
rm -rf $(DESTDIR)$(FIRMWAREDIR)/usbdux
|
||||
find $(DESTDIR)$(FIRMWAREDIR) \( -name 'WHENCE' -or -name 'LICENSE.*' -or \
|
||||
-name 'LICENCE.*' \) -exec rm -- {} \;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue