summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/i915/Makefile
blob: 04fcb527b6ad7ab1a6cadd39e93b850b74853e04 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2014/07/12 23:16:23 jsg Exp $

AWK=	awk

i915_devlist.h: i915_drv.c devlist.awk
	/bin/rm -f i915_devlist.h
	${AWK} -f devlist.awk i915_drv.c > i915_devlist.h