From b177705df6ecc71962415ca6e64d2c3217778d73 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 28 Jul 2002 21:58:27 +0000 Subject: - drop CardsNames (not used anymore by drakx) - Cards+: add Option "XaaNoPixmapCache" for i810 as suggested on cooker. to be removed when the kernel works ok - Cards+ (and pcitable): to cleanup the tree in XFdrake - remove "Spacewalker HOT", "Octek", "Creative Blaster Exxtreme", "Atrend", "ATrend", "SPEA", "Spider", "Actix", "Canopus", "Cardex" entries - remove "Generic VGA compatible" and entries using it - remove "Unsupported VGA compatible" - replace "SMI" by "Silicon Motion" - replace "ELSA" by "Elsa" - replace "LeadTek" by "Leadtek" --- lst/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'lst/Makefile') diff --git a/lst/Makefile b/lst/Makefile index 59b0ef3b..05470b76 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -11,21 +11,16 @@ TMP_TABLES1 = $(TABLES1:%=%.tmp) TMP_TABLES2 = $(TABLES2:%=%.tmp) TMP_TABLES = $(TABLES:%=%.tmp) -build: CardsNames +build: clean: - rm -f *~ CardsNames *.tmp ScannerDB.gz + rm -f *~ *.tmp ScannerDB.gz check: @../convert/merge2pcitable.pl pcitable pcitable pcitable > /dev/null @../convert/merge2pcitable.pl pcitable usbtable usbtable > /dev/null @cd ../convert; ./verify_Cards.pl -CardsNames: Cards+ ../convert/Cards2CardsNames.pl - rm -f $@ - ../convert/Cards2CardsNames.pl $< > $@ - chmod a-w $@ - $(TMP_TABLES1): %.tmp: % ../convert/merge2pcitable.pl pcitable $< $<.$(ARCH) > $@ @@ -45,4 +40,4 @@ install: $(TMP_TABLES) $(TABLES3) cat $$i.tmp \ ) > $(dir)/$$i.d/90default.lst; done - install -m 644 ScannerDB.gz Cards+ CardsNames MonitorsDB isdn.db $(dir) + install -m 644 ScannerDB.gz Cards+ MonitorsDB isdn.db $(dir) -- cgit v1.2.1