Lines 32-43
Link Here
|
32 |
|
32 |
|
33 |
# Only enable this if you think you know what you're doing. This is not |
33 |
# Only enable this if you think you know what you're doing. This is not |
34 |
# supported yet: |
34 |
# supported yet: |
35 |
#obj-m += dahdi_echocan_oslec.o |
35 |
obj-m += dahdi_echocan_oslec.o |
36 |
# |
36 |
# |
37 |
# A quick and dirty way to build OSLEC, if you happened to place it |
37 |
# A quick and dirty way to build OSLEC, if you happened to place it |
38 |
# yourself in the dahdi source tree. This is experimental. See README |
38 |
# yourself in the dahdi source tree. This is experimental. See README |
39 |
# regarding OSLEC. |
39 |
# regarding OSLEC. |
40 |
#obj-m += ../staging/echo/ |
40 |
obj-m += ../staging/echo/ |
41 |
|
41 |
|
42 |
CFLAGS_MODULE += -I$(DAHDI_INCLUDE) -I$(src) |
42 |
CFLAGS_MODULE += -I$(DAHDI_INCLUDE) -I$(src) |
43 |
|
43 |
|