summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
blob: 819173f767970ff21e92487d5168f9654915a51e (plain)
1
2
3
4
5
6
7
8
clean:
	rm -rf *~

check:
	perl -I. modules.pl check > /dev/null
	@echo "unlisted drivers: "
	@for i in $$(zcat /usr/share/ldetect-lst/pcitable.gz|cut -f 2 -d \" | grep -E -v '^#|ADSL:|Bad:|Card:|H[cs]f:|ISDN:|LT:'|sort|uniq|less);do grep -F -q $$i list_modules.pm|| echo -n "$$i ";done
	@echo