summaryrefslogtreecommitdiffstats
path: root/contrib/smc9462tx-flash/Makefile
diff options
context:
space:
mode:
authorMarty Connor2010-01-17 03:47:39 +0100
committerMarty Connor2010-01-17 03:47:39 +0100
commit330abebddf67ab27998f64070f27d5874cbc7b06 (patch)
tree08f5954725930ee9c38b0afab4cb9a30c71ce7e3 /contrib/smc9462tx-flash/Makefile
parent[sanboot] Prevent leaking a stack reference for "keep-san" AoE (diff)
downloadipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.gz
ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.tar.xz
ipxe-330abebddf67ab27998f64070f27d5874cbc7b06.zip
[contrib] Move most contrib content to a separate repository
Most of the content that was previously in this directory has been moved to a separate git repository: http://git.etherboot.org/?p=contrib.git;a=summary or the Etherboot Project wiki: http://etherboot.org/
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 dc5b3ff8a..000000000
--- 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