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

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