2004-11-05 18:41:47 -07:00
|
|
|
SHARED= ../shared-core
|
2004-05-09 16:14:07 -06:00
|
|
|
|
2005-11-15 02:22:09 -07:00
|
|
|
SUBDIR = drm mach64 mga r128 radeon savage sis tdfx i915 # via
|
2004-05-09 16:14:07 -06:00
|
|
|
|
|
|
|
.include <bsd.obj.mk>
|
|
|
|
|
2007-07-20 07:42:18 -06:00
|
|
|
depend: drm_pciids.h
|
|
|
|
all: drm_pciids.h
|
2004-05-09 16:14:07 -06:00
|
|
|
|
|
|
|
drm_pciids.h: ${SHARED}/drm_pciids.txt
|
|
|
|
sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt
|