diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-17 20:04:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-17 20:04:23 +0000 |
commit | f53cfc2c3d8b2ddaaa22b1355eeb42d81133e903 (patch) | |
tree | 29fbdada7a6109ea74cd01456ed6538d2fcccf55 /convert/Makefile | |
parent | aad9e607fd8975b6c8204b196d67d27777616d6c (diff) | |
download | ldetect-lst-f53cfc2c3d8b2ddaaa22b1355eeb42d81133e903.tar ldetect-lst-f53cfc2c3d8b2ddaaa22b1355eeb42d81133e903.tar.gz ldetect-lst-f53cfc2c3d8b2ddaaa22b1355eeb42d81133e903.tar.bz2 ldetect-lst-f53cfc2c3d8b2ddaaa22b1355eeb42d81133e903.tar.xz ldetect-lst-f53cfc2c3d8b2ddaaa22b1355eeb42d81133e903.zip |
- drop getting info from XFree86 (XFree now uses http://pciids.sourceforge.net/)
- nicer getting of kernel's info
Diffstat (limited to 'convert/Makefile')
-rw-r--r-- | convert/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
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 |