summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
blob: 6dfb3eff838b99433c55d25c41396324c560194c (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 \" |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