mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
Signed-off-by: William Juul <william.juul@tandberg.com>
This commit is contained in:
parent
98824ce3f9
commit
43ea36fb8f
37 changed files with 4 additions and 36 deletions
4
Makefile
4
Makefile
|
@ -210,7 +210,7 @@ LIBS += cpu/ixp/npe/libnpe.a
|
|||
endif
|
||||
LIBS += lib_$(ARCH)/lib$(ARCH).a
|
||||
LIBS += fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a \
|
||||
fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/yaffs2/direct/libyaffs2.a
|
||||
fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/yaffs2/libyaffs2.a
|
||||
LIBS += net/libnet.a
|
||||
LIBS += disk/libdisk.a
|
||||
LIBS += drivers/bios_emulator/libatibiosemu.a
|
||||
|
@ -378,7 +378,7 @@ TAG_SUBDIRS += fs/cramfs
|
|||
TAG_SUBDIRS += fs/fat
|
||||
TAG_SUBDIRS += fs/fdos
|
||||
TAG_SUBDIRS += fs/jffs2
|
||||
TAG_SUBDIRS += fs/yaffs2/direct
|
||||
TAG_SUBDIRS += fs/yaffs2
|
||||
TAG_SUBDIRS += net
|
||||
TAG_SUBDIRS += disk
|
||||
TAG_SUBDIRS += common
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#
|
||||
#
|
||||
|
||||
SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2 yaffs2/direct
|
||||
SUBDIRS := jffs2 cramfs fdos fat reiserfs ext2 yaffs2
|
||||
|
||||
$(obj).depend all:
|
||||
@for dir in $(SUBDIRS) ; do \
|
||||
|
|
|
@ -30,14 +30,8 @@ COBJS-$(CONFIG_YAFFS2) := \
|
|||
SRCS := $(COBJS-y:.o=.c)
|
||||
OBJS := $(addprefix $(obj),$(COBJS-y))
|
||||
|
||||
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 \
|
||||
yaffs_packedtags1.c yaffs_packedtags1.h yaffs_packedtags2.c yaffs_packedtags2.h yaffs_nandemul2k.h \
|
||||
yaffs_nand.c yaffs_nand.h yaffs_mtdif.c yaffs_mtdif.h \
|
||||
yaffs_tagsvalidity.c yaffs_tagsvalidity.h yaffs_checkptrw.h yaffs_checkptrw.c \
|
||||
yaffs_qsort.c yaffs_qsort.h yaffs_mtdif2.c yaffs_mtdif2.h
|
||||
|
||||
# -DCONFIG_YAFFS_NO_YAFFS1
|
||||
CFLAGS += -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 -DNO_Y_INLINE -DLINUX_VERSION_CODE=0x20616
|
||||
CFLAGS += -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM -DCONFIG_YAFFS_YAFFS2 -DNO_Y_INLINE -DLINUX_VERSION_CODE=0x20622
|
||||
|
||||
all: $(LIB)
|
||||
|
|
@ -1 +0,0 @@
|
|||
../devextras.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_checkptrw.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_checkptrw.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_ecc.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_ecc.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_guts.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_guts.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_mtdif.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_mtdif.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_mtdif2.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_mtdif2.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_nand.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_nand.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_nandemul2k.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_packedtags1.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_packedtags1.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_packedtags2.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_packedtags2.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_qsort.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_qsort.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_tagscompat.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_tagscompat.h
|
|
@ -1 +0,0 @@
|
|||
../yaffs_tagsvalidity.c
|
|
@ -1 +0,0 @@
|
|||
../yaffs_tagsvalidity.h
|
|
@ -1 +0,0 @@
|
|||
../yaffsinterface.h
|
|
@ -1 +0,0 @@
|
|||
../yportenv.h
|
Loading…
Reference in a new issue