#
# eCos support tools for EP7211
#

DL_FILES = dl_7211.o io.o

all: dl_7211

dl_7211: $(DL_FILES)
	$(CC) -o $@ $(DL_FILES)