]> git.ipfire.org Git - thirdparty/linux-firmware.git/blame - Makefile
Merge tag 'iwlwifi-fw-2019-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git...
[thirdparty/linux-firmware.git] / Makefile
CommitLineData
4c792923
CW
1# This file implements the GNOME Build API:
2# http://people.gnome.org/~walters/docs/build-api.txt
3
4FIRMWAREDIR = /lib/firmware
5
6all:
7
7d887360
BH
8check:
9 ./check_whence.py
10
4c792923
CW
11install:
12 mkdir -p $(DESTDIR)$(FIRMWAREDIR)
13 cp -r * $(DESTDIR)$(FIRMWAREDIR)
a46023d6 14 rm -rf $(DESTDIR)$(FIRMWAREDIR)/usbdux
c94da94b
KM
15 find $(DESTDIR)$(FIRMWAREDIR) \( -name 'WHENCE' -or -name 'LICENSE.*' -or \
16 -name 'LICENCE.*' \) -exec rm -- {} \;