equal
deleted
inserted
replaced
1 #------------------------------------------------------------------------------ |
1 #------------------------------------------------------------------------------ |
2 # |
|
3 # Kbuild |
|
4 # |
2 # |
5 # $Id$ |
3 # $Id$ |
6 # |
4 # |
7 # Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH |
5 # Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH |
8 # |
6 # |
31 # standard) as the (only) precondition to have the right to use EtherCAT |
29 # standard) as the (only) precondition to have the right to use EtherCAT |
32 # Technology, IP and trade marks. |
30 # Technology, IP and trade marks. |
33 # |
31 # |
34 #------------------------------------------------------------------------------ |
32 #------------------------------------------------------------------------------ |
35 |
33 |
|
34 include $(src)/../../config.kbuild |
|
35 |
36 obj-m := ec_rtai_sample.o |
36 obj-m := ec_rtai_sample.o |
37 |
37 |
38 ec_rtai_sample-objs := rtai_sample.o |
38 ec_rtai_sample-objs := rtai_sample.o |
39 |
39 |
|
40 EXTRA_CFLAGS := -I$(EC_RTAI_DIR)/include |
|
41 |
40 #------------------------------------------------------------------------------ |
42 #------------------------------------------------------------------------------ |