From 281105548c7d7e2d03221b001f9c08c4bac8ee79 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Wed, 13 Mar 2013 16:26:42 -0500 Subject: [PATCH] Kbuild: Fix OSLEC build error Fixes up the kbuild to work with compiling OSLEC from the kernel source. See HOWTO here: http://forums.digium.com/viewtopic.php?t=67164 Internal-Issue-ID: DAHLIN-317 Reported-By: Vladimir Mikhelson Signed-off-by: Russ Meyerriecks (cherry picked from commit f09daed735f1be091fe9f177f675d0c87ad65900) --- drivers/dahdi/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/Kbuild b/drivers/dahdi/Kbuild index 8bbfea0..76bbf41 100644 --- a/drivers/dahdi/Kbuild +++ b/drivers/dahdi/Kbuild @@ -38,7 +38,7 @@ obj-m += $(DAHDI_MODULES_EXTRA) # well: ifneq (,$(wildcard $(src)/../staging/echo/echo.c)) obj-m += dahdi_echocan_oslec.o -obj-m += ../staging/echo/ +obj-m += ../staging/echo/echo.o endif CFLAGS_MODULE += -I$(DAHDI_INCLUDE) -I$(src)