summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-20 21:11:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-20 21:11:39 +0000
commit61f34a81016600fdcf2e7191e1e8345e5d83d465 (patch)
tree4cccd5ddbf7efe5ed720bbd1f62449b8b3827891 /Makefile
parent7810431c0279fe59b1aaa7922389e0cc7bbd917a (diff)
downloadmpv-61f34a81016600fdcf2e7191e1e8345e5d83d465.tar.bz2
mpv-61f34a81016600fdcf2e7191e1e8345e5d83d465.tar.xz
Do not auto-generate the C code to handle PCI vendor and device names.
This part of the code does not change so there is no point in generating it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30094 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c84844efc..d0c780c7d9 100644
--- a/Makefile
+++ b/Makefile
@@ -895,7 +895,7 @@ tremor/%: CFLAGS += $(CFLAGS_TREMOR_LOW)
vidix/%: CFLAGS += $(CFLAGS_DHAHELPER) $(CFLAGS_SVGALIB_HELPER)
-VIDIX_PCI_FILES = vidix/pci_dev_ids.c vidix/pci_ids.h vidix/pci_names.c \
+VIDIX_PCI_FILES = vidix/pci_dev_ids.c vidix/pci_ids.h vidix/pci_vendor_ids.h \
vidix/pci_vendors.h
$(VIDIX_PCI_FILES): vidix/pci_db2c.awk vidix/pci.db