# # Makefile for the Linux CAN-bus driver. # Written by Arnaud Westenberg email:arnaud@wanadoo.nl # This software is released under the GPL-License. # Version 0.7 6 Aug 2001 # # Changes made by Pavel Pisa pisa@cmp.felk.cvut.cz as preliminary # study for OCERA Real Time CAN/CANOpen project ORTCAN # ########## The following options can be changed ########## TOPDIR = $(LINUX_DIR) SUBDIRS = src utils ifneq ($(wildcard ../../../../ocera.mk),) include ../../../../ocera.mk else all: @echo -e "You should go to the ocera/ directory and do 'make' to generate the ocera.mk file first.\nThanks." endif