Commit a46023d6 authored by Kyle McMartin's avatar Kyle McMartin
Browse files

Makefile: usbdux is an empty dir



It only contains source/README, which we remove in the installed
copy anyway.
Signed-off-by: default avatarKyle McMartin <kyle@kernel.org>
parent c94da94b
......@@ -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 -- {} \;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment