comparison direct/python/Makefile @ 352:f39c5a953e30

Fix wrong link
author charles <charles>
date Wed, 17 Feb 2010 00:51:15 +0000
parents ce702882929d
children b5309c9b6d7f
comparison
equal deleted inserted replaced
351:c640f5d8f33e 352:f39c5a953e30
12 # it under the terms of the GNU General Public License version 2 as 12 # it under the terms of the GNU General Public License version 2 as
13 # published by the Free Software Foundation. 13 # published by the Free Software Foundation.
14 # 14 #
15 # NB Warning this Makefile does not include header dependencies. 15 # NB Warning this Makefile does not include header dependencies.
16 # 16 #
17 # $Id: Makefile,v 1.5 2010-01-11 04:06:47 charles Exp $ 17 # $Id: Makefile,v 1.6 2010-02-17 00:51:15 charles Exp $
18 18
19 #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC 19 #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC
20 20
21 CFLAGS = -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 21 CFLAGS = -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2
22 CFLAGS += -DCONFIG_YAFFS_PROVIDE_DEFS -DCONFIG_YAFFSFS_PROVIDE_VALUES -DNO_Y_INLINE 22 CFLAGS += -DCONFIG_YAFFS_PROVIDE_DEFS -DCONFIG_YAFFSFS_PROVIDE_VALUES -DNO_Y_INLINE
42 42
43 YAFFSSYMLINKS = devextras.h yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffsinterface.h yportenv.h yaffs_tagscompat.c yaffs_tagscompat.h \ 43 YAFFSSYMLINKS = devextras.h yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffsinterface.h yportenv.h yaffs_tagscompat.c yaffs_tagscompat.h \
44 yaffs_packedtags1.c yaffs_packedtags1.h yaffs_packedtags2.c yaffs_packedtags2.h yaffs_nandemul2k.h \ 44 yaffs_packedtags1.c yaffs_packedtags1.h yaffs_packedtags2.c yaffs_packedtags2.h yaffs_nandemul2k.h \
45 yaffs_nand.c yaffs_nand.h yaffs_getblockinfo.h \ 45 yaffs_nand.c yaffs_nand.h yaffs_getblockinfo.h \
46 yaffs_tagsvalidity.c yaffs_tagsvalidity.h yaffs_checkptrw.h yaffs_checkptrw.c \ 46 yaffs_tagsvalidity.c yaffs_tagsvalidity.h yaffs_checkptrw.h yaffs_checkptrw.c \
47 yaffs_qsort.c yaffs_qsort.h 47 yaffs_qsort.c yaffs_qsort.h yaffs_trace.h
48 48
49 YAFFSDIRECTSYMLINKS = yaffscfg2k.c yaffs_fileem2k.c yaffsfs.c yaffs_flashif.h yaffs_flashif2.h\ 49 YAFFSDIRECTSYMLINKS = yaffscfg2k.c yaffs_fileem2k.c yaffsfs.c yaffs_flashif.h yaffs_flashif2.h\
50 yaffs_fileem2k.h yaffsfs.h yaffs_malloc.h yaffs_ramdisk.h ydirectenv.h \ 50 yaffs_fileem2k.h yaffsfs.h yaffs_malloc.h yaffs_ramdisk.h ydirectenv.h \
51 yaffscfg.h yaffs_fileem.c yaffs_flashif.c yaffs_ramdisk.c yaffs_ramem2k.c\ 51 yaffscfg.h yaffs_fileem.c yaffs_flashif.c yaffs_ramdisk.c yaffs_ramem2k.c\
52 yaffs_norif1.c yaffs_norif1.h ynorsim.c ynorsim.h \ 52 yaffs_norif1.c yaffs_norif1.h ynorsim.c ynorsim.h \
53 yaffs_nandif.c yaffs_nandif.h yaffs_trace.h 53 yaffs_nandif.c yaffs_nandif.h
54 54
55 55
56 SYMLINKS = $(YAFFSSYMLINKS) $(YAFFSDIRECTSYMLINKS) 56 SYMLINKS = $(YAFFSSYMLINKS) $(YAFFSDIRECTSYMLINKS)
57 57
58 all: libyaffsfs.so 58 all: libyaffsfs.so