Mercurial > yaffs-ecoscentric
comparison direct/Makefile @ 2:3aa2a0c8196e
*** empty log message ***
| author | charles |
|---|---|
| date | Wed, 03 Nov 2004 08:35:48 +0000 |
| parents | 1a7b08737ec4 |
| children | 0bba9c44d9d7 |
comparison
equal
deleted
inserted
replaced
| 1:1a7b08737ec4 | 2:3aa2a0c8196e |
|---|---|
| 21 | 21 |
| 22 BOOTTESTOBJS = bootldtst.o yboot.o yaffs_fileem.o nand_ecc.o | 22 BOOTTESTOBJS = bootldtst.o yboot.o yaffs_fileem.o nand_ecc.o |
| 23 | 23 |
| 24 ALLOBJS = dtest.o nand_ecc.o yaffscfg.o yaffs_fileem.o yaffsfs.o yaffs_ramdisk.o bootldtst.o yboot.o | 24 ALLOBJS = dtest.o nand_ecc.o yaffscfg.o yaffs_fileem.o yaffsfs.o yaffs_ramdisk.o bootldtst.o yboot.o |
| 25 | 25 |
| 26 SYMLINKS = devextras.h yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffsinterface.h yportenv.h yaffs_tagscompat.c yaffs_tagscompat.h | 26 SYMLINKS = devextras.h yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffsinterface.h yportenv.h yaffs_tagscompat.c yaffs_tagscompat.h yportenv.h |
| 27 | 27 |
| 28 all: directtest boottest | 28 all: directtest boottest |
| 29 | 29 |
| 30 $(ALLOBJS): %.o: %.c | 30 $(ALLOBJS): %.o: %.c |
| 31 gcc -c $(CFLAGS) $< -o $@ | 31 gcc -c $(CFLAGS) $< -o $@ |
