Home | History | Annotate | Line # | Download | only in bsd-core
      1 SHARED=		../shared-core
      2 
      3 SUBDIR = drm mach64 mga r128 radeon savage sis tdfx i915 #nouveau
      4 
      5 .include <bsd.obj.mk>
      6 
      7 depend: drm_pciids.h
      8 all: drm_pciids.h
      9 
     10 drm_pciids.h: ${SHARED}/drm_pciids.txt
     11 	sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt
     12