Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 286829 | Differences between
and this patch

Collapse All | Expand All

(-)dahdi-linux-2.2.0.2.ORIG/drivers/dahdi/Kbuild (-2 / +2 lines)
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

Return to bug 286829