I like the new READMEs and Makefiles for the 1.1.0 release very much, good work!
Maybe it would be a good idea to add a message where the actual driver modules were built (see attached diff).
Niklas
Index: Makefile =================================================================== RCS file: /cvs/linuxtv/dvb-kernel/Makefile,v retrieving revision 1.4 diff -r1.4 Makefile 8c8 < BUILD_DIR := ./build-2.$(KERNEL_MINOR) --- > BUILD_DIR := $(shell pwd)/build-2.$(KERNEL_MINOR) 29a30,38 > @echo > @echo > -------------------------------------------------------------------------------- > @echo > @echo The driver was built in $(BUILD_DIR) > @echo "Please use \"$(BUILD_DIR)/insmod.sh load\" for testing" > @echo "(see README for details)" > @echo > @echo > -------------------------------------------------------------------------------- > @echo