summaryrefslogtreecommitdiffstats
path: root/build
blob: 3a36cb98818fb2eee029a155fdd8d09039b5f644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f

linux-libre linux-libre-headers: linux-libre.buildstamp

.SILENT: linux-libre.buildstamp
linux-libre.buildstamp:
	cd src && make oldconfig && make
	oh-installfiles linux-libre linux-libre-headers
	oh-installdocs linux-libre linux-libre-headers
	oh-gencontrol linux-libre linux-libre-headers
	oh-buildopk linux-libre linux-libre-headers
	touch linux-libre.buildstamp