summaryrefslogtreecommitdiff
path: root/Makefile
blob: 83a0ec609908325596ddf55245995dd00b4c9d16 (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:
	install -d $(DESTDIR)$(FIRMWAREDIR)
	./copy-firmware.sh $(DESTDIR)$(FIRMWAREDIR)