summaryrefslogtreecommitdiffstats
path: root/tools/serial_probe/Makefile
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2003-05-19 14:55:45 +0000
committerMystery Man <unknown@mandriva.org>2003-05-19 14:55:45 +0000
commit7994644e1353db36673c5125ca86b3a6683110f5 (patch)
treeeb390d9388c306c4a05d2d62b9715aca30563628 /tools/serial_probe/Makefile
parentbfb5c11017c5a7a76c860d3e01c70ce562231b3f (diff)
downloaddrakx-9_1_38mdk.tar
drakx-9_1_38mdk.tar.gz
drakx-9_1_38mdk.tar.bz2
drakx-9_1_38mdk.tar.xz
drakx-9_1_38mdk.zip
This commit was manufactured by cvs2svn to create tag 'V9_1_38mdk'.V9_1_38mdk
Diffstat (limited to 'tools/serial_probe/Makefile')
-rw-r--r--tools/serial_probe/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/serial_probe/Makefile b/tools/serial_probe/Makefile
deleted file mode 100644
index 8e8590d62..000000000
--- a/tools/serial_probe/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CFLAGS = -Wall -Os
-CFILES = $(wildcard *.c)
-OFILES = $(CFILES:%.c=%.o)
-GOAL = serial_probe
-
-$(GOAL): $(OFILES)
-
-clean:
- rm -f $(GOAL) $(OFILES) *~