diff options
Diffstat (limited to 'bsd-core/Makefile')
-rw-r--r-- | bsd-core/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bsd-core/Makefile b/bsd-core/Makefile deleted file mode 100644 index 0e0332df..00000000 --- a/bsd-core/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -SHARED= ../shared-core - -SUBDIR = drm mach64 mga r128 radeon savage sis tdfx i915 #nouveau - -.include <bsd.obj.mk> - -depend: drm_pciids.h -all: drm_pciids.h - -drm_pciids.h: ${SHARED}/drm_pciids.txt - sh ../scripts/create_bsd_pci_lists.sh < ${SHARED}/drm_pciids.txt |