Mercurial > flash_v2
view packages/hal/arm/edb7xxx/current/support/Makefile @ 60:3836136e7743 ecos-sw-1999-12-17
Merge from eCos master repository on 1999-12-17-19:44:58-GMT
| author | jlarmour |
|---|---|
| date | Fri, 17 Dec 1999 20:15:45 +0000 |
| parents | f10165814f1e |
| children | 022f1e506033 |
line wrap: on
line source
# # eCos support tools for Cirrus Logic EDB7xxx eval boards # DL_FILES = dl_edb7xxx.o io.o ALL := dl_edb7xxx all: $(ALL) dl_edb7xxx: $(DL_FILES) $(CC) -o $@ $(DL_FILES)
