src/Makefile.in
changeset 629 b9274b595650
parent 619 96f84395154f
child 658 7758d60e9260
--- a/src/Makefile.in	Fri Nov 12 22:02:32 2010 +0100
+++ b/src/Makefile.in	Fri Nov 12 22:24:06 2010 +0100
@@ -2,24 +2,24 @@
 
 #
 # Copyright (C) 2006 Laurent Bessard
-# 
+#
 # This file is part of canfestival, a library implementing the canopen
 # stack
-# 
+#
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
 # version 2.1 of the License, or (at your option) any later version.
-# 
+#
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # Lesser General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU Lesser General Public
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-# 
+#
 
 ifneq ($(KERNELRELEASE),)
 # Kbuild part of Makefile
@@ -60,11 +60,18 @@
 OPT_CFLAGS = -O2
 endif
 
-# # # # Options # # # # 
+# # # # Options # # # #
 
 all: canfestival
 
 ifeq ($(TIMERS_DRIVER), timers_kernel)
+USE_KERNEL_TIMER = true
+endif
+ifeq ($(TIMERS_DRIVER), timers_kernel_xeno)
+USE_KERNEL_TIMER = true
+endif
+
+ifeq ($(USE_KERNEL_TIMER), true)
 OBJS := $(shell echo $(OBJS) | sed "s:$(TARGET)_::g")
 OBJS += symbols.o
 OBJS += ../drivers/unix/libcanfestival_$(TARGET).o