summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/radeon/Makefile
blob: 2d845a8d8b910348e95492b405067017ad1ef60a (plain) (blame)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 2020/06/08 04:48:15 jsg Exp $

AWK=	awk

radeon_devlist.h: ../include/drm/drm_pciids.h devlist.awk
	/bin/rm -f radeon_devlist.h
	${AWK} -f devlist.awk ../include/drm/drm_pciids.h > radeon_devlist.h