equal
deleted
inserted
replaced
1 #------------------------------------------------------------------------------ |
1 #------------------------------------------------------------------------------ |
2 # |
2 # |
3 # Makefile Echtzeitmodule |
3 # Makefile |
4 # |
4 # |
5 # $Id$ |
5 # $Id$ |
6 # |
6 # |
7 #------------------------------------------------------------------------------ |
7 #------------------------------------------------------------------------------ |
8 |
8 |
9 ifneq ($(KERNELRELEASE),) |
9 ifneq ($(KERNELRELEASE),) |
10 |
10 |
11 #------------------------------------------------------------------------------ |
11 #------------------------------------------------------------------------------ |
12 # Kbuild-Abschnitt |
12 # kbuild section |
13 #------------------------------------------------------------------------------ |
13 #------------------------------------------------------------------------------ |
14 |
14 |
15 ifneq ($(wildcard $(src)/rt.conf),) |
15 ifneq ($(wildcard $(src)/rt.conf),) |
16 include $(src)/rt.conf |
16 include $(src)/rt.conf |
17 else |
17 else |
42 #------------------------------------------------------------------------------ |
42 #------------------------------------------------------------------------------ |
43 |
43 |
44 else |
44 else |
45 |
45 |
46 #------------------------------------------------------------------------------ |
46 #------------------------------------------------------------------------------ |
47 # Default-Abschnitt |
47 # default section |
48 #------------------------------------------------------------------------------ |
48 #------------------------------------------------------------------------------ |
49 |
49 |
50 ifneq ($(wildcard rt.conf),) |
50 ifneq ($(wildcard rt.conf),) |
51 include rt.conf |
51 include rt.conf |
52 else |
52 else |