drivers/unix/Makefile.in
changeset 629 b9274b595650
parent 391 7802a7d5584f
child 658 7758d60e9260
--- a/drivers/unix/Makefile.in	Fri Nov 12 22:02:32 2010 +0100
+++ b/drivers/unix/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
@@ -56,6 +56,13 @@
 all: driver
 
 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")
 EXTRA_CFLAGS := $(shell echo $(INCLUDES) | sed "s:-I:-I$(src)/:g")
 EXTRA_CFLAGS += $(PROG_CFLAGS)
@@ -75,7 +82,7 @@
 	rm -f Module.symvers
 
 install:
-	
+
 
 else
 CFLAGS = SUB_OPT_CFLAGS