Remove debug spew

Sat Apr  9 17:04:50 2005  Søren Sandmann  <sandmann@redhat.com>

	* Makefile: Remove debug spew

	* *: Add copyright notices
This commit is contained in:
Søren Sandmann
2005-04-09 21:17:24 +00:00
committed by Søren Sandmann Pedersen
parent 9ea5bacadc
commit b3c466debf
19 changed files with 279 additions and 233 deletions

View File

@ -39,7 +39,7 @@ ifeq ($(shell (uname -r | grep 2.6) > /dev/null ; echo -n $$?),0)
# if kernel 2.6
$(MODULE).o: $(MODULE).c
echo birnan $(MODCFLAGS)
# echo modcflags $(MODCFLAGS)
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
else