summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:22:34 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:22:34 +0000
commita33ae91627f1dba54d785056ee2ea6541adfc8fa (patch)
treea18c0175ffffd84b7a504ae069f9ce160ba778c6 /drivers/dahdi/wct4xxp/Makefile
parent2f2178e2dc43ae074eb1c12f89956c9718dac807 (diff)
modules build now
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4318 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wct4xxp/Makefile')
-rw-r--r--drivers/dahdi/wct4xxp/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/drivers/dahdi/wct4xxp/Makefile b/drivers/dahdi/wct4xxp/Makefile
index 4f0961e..5406e07 100644
--- a/drivers/dahdi/wct4xxp/Makefile
+++ b/drivers/dahdi/wct4xxp/Makefile
@@ -5,32 +5,4 @@ ifneq ($(KBUILD_EXTMOD),)
include $(src)/Kbuild
else
-
-FIRM_DIR := ../../firmware
-
-OCTASIC_OBJS:=$(shell ../oct612x/octasic-helper objects ../oct612x)
-OCTASIC_CFLAGS:=$(shell ../oct612x/octasic-helper cflags ../oct612x) -Wno-undef
-
-all: wct4xxp.o
-
-%.o: %.c
- $(CC) $(KFLAGS) $(OCTASIC_CFLAGS) -o $@ -c $<
-
-base.o: ../zaptel.h vpm450m.h wct4xxp.h
-
-vpm450m.o: vpm450m.h ../oct612x/include/oct6100api/oct6100_api.h
-
-$(FIRM_DIR)/zaptel-fw-oct6114-064.o: base.o
- $(MAKE) -C $(FIRM_DIR) zaptel-fw-oct6114-064.o
-
-$(FIRM_DIR)/zaptel-fw-oct6114-128.o: base.o
- $(MAKE) -C $(FIRM_DIR) zaptel-fw-oct6114-128.o
-
-wct4xxp.o: base.o vpm450m.o $(OCTASIC_OBJS) $(FIRM_DIR)/zaptel-fw-oct6114-064.o $(FIRM_DIR)/zaptel-fw-oct6114-128.o
- $(LD) -r -o $@ $^
-
-clean:
- rm -f *.o
- rm -f $(OCTASIC_OBJS)
-
endif