summaryrefslogtreecommitdiffstats
path: root/contrib/smc9462tx-flash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/smc9462tx-flash/Makefile')
-rw-r--r--contrib/smc9462tx-flash/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/smc9462tx-flash/Makefile b/contrib/smc9462tx-flash/Makefile
deleted file mode 100644
index dc5b3ff8..00000000
--- a/contrib/smc9462tx-flash/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-GCC = gcc
-KERNELDIR = ../linux-2.4.20
-KERNELSTYLE=-D__KERNEL__ -DCPU=__i386__ -DMODULE
-INCLUDE_DIR=-I$(KERNELDIR)/include -I../include -I$(ROOTDIR)/include
-
-all: dp83820flash.o dp83820_write
-
-CFLAGS+=-O2 -Wall -fomit-frame-pointer -fno-strength-reduce
-CFLAGS+=$(KERNELSTYLE) $(CDEBUG) $(INCLUDE_DIR)
-
-install:
-
-dp83820flash.o: dp83820flash.c
- $(GCC) dp83820flash.c -o dp83820flash.o -c $(CFLAGS)
-
-dp83820_write: dp83820_write.c
- $(GCC) $< -o $@ -Wall -O2
-
-clean:
- $(RM) *.o dp83820_write