summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-06-30 16:06:45 +1200
committerCharles Manning <cdhmanning@gmail.com>2010-07-01 16:19:59 +1200
commit780469359d1051ab37ab281b0520137d73fee2e9 (patch)
treed94612d14879624dd120b3d6aacb718ebc2a2c6c /Makefile
parent29e2dccbc8145ce3fd337a91a266d29e9b0f3f60 (diff)
yaffs Reactoring WIP
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf2bcbb..f261d20 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,9 @@ ifneq ($(KERNELRELEASE),)
yaffs2-objs += yaffs_tagscompat.o yaffs_tagsvalidity.o
yaffs2-objs += yaffs_checkptrw.o yaffs_nand.o
yaffs2-objs += yaffs_checkptrw.o yaffs_nand.o yaffs_nameval.o
- yaffs2-objs += yaffs_allocator.o
+ yaffs2-objs += yaffs_allocator.o yaffs_bitmap.o
+ yaffs2-objs += yaffs_yaffs1.o
+ yaffs2-objs += yaffs_yaffs2.o
else
KERNELDIR ?= /lib/modules/$(shell uname -r)/build