]> granicus.if.org Git - linux-firmware/commitdiff
Makefile: usbdux is an empty dir
authorKyle McMartin <kyle@kernel.org>
Wed, 22 Jul 2015 17:33:27 +0000 (13:33 -0400)
committerKyle McMartin <kyle@kernel.org>
Wed, 22 Jul 2015 17:33:27 +0000 (13:33 -0400)
It only contains source/README, which we remove in the installed
copy anyway.

Signed-off-by: Kyle McMartin <kyle@kernel.org>
Makefile

index 23146671f3713da6e1352fa3e3615baaf6c8caf4..1b1aa2836c9764265b25e89a04a28bd05e1b924f 100644 (file)
--- a/Makefile
+++ b/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 -- {} \;