summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax-2.6/image/e100boot/src/sbl/win32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/etrax-2.6/image/e100boot/src/sbl/win32/Makefile')
-rw-r--r--target/linux/etrax-2.6/image/e100boot/src/sbl/win32/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/etrax-2.6/image/e100boot/src/sbl/win32/Makefile b/target/linux/etrax-2.6/image/e100boot/src/sbl/win32/Makefile
deleted file mode 100644
index cb8911a0ac..0000000000
--- a/target/linux/etrax-2.6/image/e100boot/src/sbl/win32/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-%.o : %.c
- gcc -mno-cygwin -c -g -Wall -I ../ -I ../../cbl/src/ -I ../../wpdpack/Include -o $@ $<
-
-etrax100boot : common.o network.o boot_images.o
- gcc -mno-cygwin -g -Wall -L ../../wpdpack/Lib -o $@ $^ -lwpcap -lpacket -lws2_32
-
-clean :
- rm -f *.o etrax100boot