Skip to content

Commit

Permalink
yaffs Fix in-kernel makefile to use correct allocator
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
  • Loading branch information
cdhmanning committed Jul 29, 2010
1 parent 32b9c53 commit 2da4395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.kernel
Expand Up @@ -9,7 +9,7 @@ yaffs-y += yaffs_packedtags1.o yaffs_packedtags2.o yaffs_nand.o
yaffs-y += yaffs_tagscompat.o yaffs_tagsvalidity.o
yaffs-y += yaffs_mtdif.o yaffs_mtdif1.o yaffs_mtdif2.o
yaffs-y += yaffs_nameval.o
yaffs-y += yaffs_linux_allocator.o
yaffs-y += yaffs_allocator.o
yaffs-y += yaffs_yaffs1.o
yaffs-y += yaffs_yaffs2.o
yaffs-y += yaffs_bitmap.o
Expand Down

0 comments on commit 2da4395

Please sign in to comment.