diff options
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 |