Mercurial > ecos-v2_0-branch
view packages/hal/arm/edb7xxx/current/support/Makefile @ 54:f10165814f1e ecos-sw-1999-11-19
Merge from eCos master repository on 1999-11-19-22:24:39-GMT
| author | jlarmour |
|---|---|
| date | Fri, 19 Nov 1999 23:37:56 +0000 |
| parents | |
| children | 3836136e7743 |
line wrap: on
line source
# # eCos support tools for EP7211 # DL_FILES = dl_7211.o io.o ALL := dl_7211 all: $(ALL) dl_7211: $(DL_FILES) $(CC) -o $@ $(DL_FILES)
