diff packages/hal/arm/cl7211/current/support/Makefile @ 38:e7ba79f6d3a8 ecos-sw-1999-09-23

Merge from eCos master repository on 1999-09-23-20:10:25-BST
author jlarmour
date Thu, 23 Sep 1999 19:52:27 +0000
parents 5af43b635655
children a0774359f013
line wrap: on
line diff
--- a/packages/hal/arm/cl7211/current/support/Makefile
+++ b/packages/hal/arm/cl7211/current/support/Makefile
@@ -3,8 +3,12 @@
 #
 
 DL_FILES = dl_7211.o io.o
+DOWNLOAD_FILES = download_file.o io.o
 
-all: dl_7211
+all: dl_7211 download
 
 dl_7211: $(DL_FILES)
-	$(CC) -o $@ $(DL_FILES)
\ No newline at end of file
+	$(CC) -o $@ $(DL_FILES)
+
+download: $(DOWNLOAD_FILES)
+	$(CC) -o $@ $(DOWNLOAD_FILES)