Remove remnants of the projects VW history (Email addresses, Makefile targets).

Move version.h to include/linux/can.
Fix Makefiles to include raw.ko and bcm.ko in compilation and to make
vcan compile again.
Change ioctl names in SJA1000 driver to make it compile again.
Add parenthesis around assignment in vcan.c to eliminate gcc warning.
pull/7/head
Urs Thuermann 2006-07-07 06:58:26 +00:00
parent 46cdac2554
commit cee2fc2fd0
4 changed files with 8 additions and 20 deletions

View File

@ -38,28 +38,16 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
# DAMAGE.
#
# Send feedback to <llcf@volkswagen.de>
# Send feedback to <socketcan-users@lists.berlios.de>
CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.4/can -fno-strict-aliasing
PROGRAMS_GPL = candump \
can-sniffer
PROGRAMS = candump can-sniffer
PROGRAMS_VW = tpdump \
tp20-sniffer \
mcnet-vit-emu \
mcnet-sniffer \
pq35speed
default: all-gpl
all: all-gpl all-vw
all-gpl: $(PROGRAMS_GPL)
all-vw: $(PROGRAMS_VW)
all: $(PROGRAMS)
clean:
rm -f $(PROGRAMS_GPL) $(PROGRAMS_VW)
rm -f $(PROGRAMS)
distclean:
rm -f $(PROGRAMS_GPL) $(PROGRAMS_VW) *~
rm -f $(PROGRAMS) *~

View File

@ -42,7 +42,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*
* Send feedback to <llcf@volkswagen.de>
* Send feedback to <socketcan-users@lists.berlios.de>
*
*/

View File

@ -42,7 +42,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*
* Send feedback to <llcf@volkswagen.de>
* Send feedback to <socketcan-users@lists.berlios.de>
*
*/

View File

@ -40,7 +40,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
*
* Send feedback to <llcf@volkswagen.de>
* Send feedback to <socketcan-users@lists.berlios.de>
*
*/