From a33ae91627f1dba54d785056ee2ea6541adfc8fa Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 21 May 2008 16:22:34 +0000 Subject: modules build now git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4318 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct4xxp/Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'drivers/dahdi/wct4xxp/Makefile') 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 -- cgit v1.2.3