summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-07-01 16:14:01 +1200
committerCharles Manning <cdhmanning@gmail.com>2010-07-02 09:54:26 +1200
commitbfb36fe45ceea5a7e8347b24a575ab627e60df94 (patch)
tree350c66c58dc5f0f7e071c716f93a484bed388496 /Makefile
parent780469359d1051ab37ab281b0520137d73fee2e9 (diff)
yaffs Refactorisation first phase
Partitoning code. More to happen. Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f261d20..da8a9f1 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ ifneq ($(KERNELRELEASE),)
yaffs2-objs += yaffs_allocator.o yaffs_bitmap.o
yaffs2-objs += yaffs_yaffs1.o
yaffs2-objs += yaffs_yaffs2.o
+ yaffs2-objs += yaffs_verify.o
else
KERNELDIR ?= /lib/modules/$(shell uname -r)/build