aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: e1c362f3665027e24473b62ae3ff4b5e8b7870e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file implements the GNOME Build API:
# http://people.gnome.org/~walters/docs/build-api.txt

FIRMWAREDIR = /lib/firmware

all:

check:
	@./check_whence.py

install:
	mkdir -p $(DESTDIR)$(FIRMWAREDIR)
	./copy-firmware.sh $(DESTDIR)$(FIRMWAREDIR)