diff packages/hal/arm/cl7211/current/support/Makefile @ 32:5af43b635655 ecos-sw-1999-08-18

Merge from eCos master repository on 1999-08-18-15:20:01-BST
author jlarmour
date Wed, 18 Aug 1999 15:33:44 +0000
parents
children e7ba79f6d3a8
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/packages/hal/arm/cl7211/current/support/Makefile
@@ -0,0 +1,10 @@
+#
+# eCos support tools for EP7211
+#
+
+DL_FILES = dl_7211.o io.o
+
+all: dl_7211
+
+dl_7211: $(DL_FILES)
+	$(CC) -o $@ $(DL_FILES)
\ No newline at end of file