From f53cfc2c3d8b2ddaaa22b1355eeb42d81133e903 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 17 Jul 2002 20:04:23 +0000 Subject: - drop getting info from XFree86 (XFree now uses http://pciids.sourceforge.net/) - nicer getting of kernel's info --- convert/Makefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'convert/Makefile') diff --git a/convert/Makefile b/convert/Makefile index 596bee2d..c765b2d6 100644 --- a/convert/Makefile +++ b/convert/Makefile @@ -1,4 +1,6 @@ -FILES = xf86PciInfo2pcitable +# see README.pcitable + +FILES = all: $(FILES) verif @@ -6,12 +8,4 @@ verif: ./verify_Cards.pl clean: - rm -f $(FILES) - -xf86PciInfo2pcitable: %: %.c xf86PciInfo.h - gcc -o $@ $< - -#do -# take new xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h in XFree86-4 -# make ; ./xf86PciInfo2pcitable > /tmp/xf_pcitable ; ./merge2pcitable.pl pcitable /tmp/xf_pcitable pcitable - + rm -f $(FILES) modules.pcimap modules.usbmap vendors.txt -- cgit v1.2.1