]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/Makefile
First integration step:
[lincan.git] / lincan / Makefile
1 #
2 # Makefile for the Linux CAN-bus driver.
3 # Written by Arnaud Westenberg email:arnaud@wanadoo.nl
4 # This software is released under the GPL-License.
5 # Version 0.7  6 Aug 2001
6 #
7 # Changes made by Pavel Pisa pisa@cmp.felk.cvut.cz as preliminary
8 # study for OCERA Real Time CAN/CANOpen project ORTCAN
9 #
10 ########## The following options can be changed ##########
11
12 TOPDIR = $(LINUX_DIR)
13
14 SUBDIRS = src utils
15
16 ifneq ($(wildcard ../../../../ocera.mk),)
17 include ../../../../ocera.mk
18 else
19 all: 
20         @echo -e "You should go to the ocera/ directory and do 'make' to generate the ocera.mk file first.\nThanks."
21 endif
22