summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp/Makefile
diff options
context:
space:
mode:
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