examples/Kbuild.in
branchstable-1.5
changeset 2433 3bdd7a747fae
parent 2421 bc2d4bf9cbe5
--- a/examples/Kbuild.in	Thu Sep 20 09:20:51 2012 +0200
+++ b/examples/Kbuild.in	Thu Sep 20 15:28:25 2012 +0200
@@ -2,7 +2,7 @@
 #
 #  $Id$
 #
-#  Copyright (C) 2006-2008  Florian Pose, Ingenieurgemeinschaft IgH
+#  Copyright (C) 2006-2012  Florian Pose, Ingenieurgemeinschaft IgH
 #
 #  This file is part of the IgH EtherCAT Master.
 #
@@ -35,4 +35,8 @@
 	obj-m += tty/
 endif
 
+ifeq (@ENABLE_RTAI@,1)
+	obj-m += rtai/ dc_rtai/
+endif
+
 #------------------------------------------------------------------------------