Mercurial > ecos
view packages/hal/arm/edb7xxx/current/support/Makefile @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | 022f1e506033 |
| children |
line wrap: on
line source
# # eCos support tools for Cirrus Logic EDB7xxx eval boards # CFLAGS += -D__LINUX -O2 DL_FILES = dl_edb7xxx.o io.o ALL := dl_edb7xxx all: $(ALL) dl_edb7xxx: $(DL_FILES) $(CC) -o $@ $(DL_FILES)
