summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyle McMartin <kyle@kernel.org>2015-07-22 13:33:04 -0400
committerKyle McMartin <kyle@kernel.org>2015-07-22 13:33:04 -0400
commit07679208aad40ceb0b6730ecd785e851c491f262 (patch)
treeabd032bff5249264767fe2ffa537517e59b759c9 /Makefile
parente10097aa1b4ab3f4ed96b05142868f093a009643 (diff)
downloadlinux-firmware-07679208aad40ceb0b6730ecd785e851c491f262.tar.gz
linux-firmware-07679208aad40ceb0b6730ecd785e851c491f262.tar.xz
Makefile: use correct dir for usbdux
Unnoticed for years... Signed-off-by: Kyle McMartin <kyle@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 321a4e2..58830bc 100644
--- a/Makefile
+++ b/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.*}

Generated by cgit