X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=Makefile;h=72796a66e1dbb5c48393eeb39266259fa1f550cb;hb=7458406d72d761247dc994f82f9879d9f4ecee56;hp=95bcf453033bd5fdb30bc4a7bcae74569802bc32;hpb=cd1790c93ea0491da17c14cd50ed0d4178c41e84;p=yaffs2.git diff --git a/Makefile b/Makefile index 95bcf45..72796a6 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,9 @@ ifneq ($(KERNELRELEASE),) yaffs2-objs := yaffs_mtdif.o yaffs_mtdif2.o yaffs2-objs += yaffs_ecc.o yaffs_fs.o yaffs_guts.o - yaffs2-objs += yaffs_packedtags2.o + yaffs2-objs += yaffs_packedtags2.o yaffs_qsort.o yaffs2-objs += yaffs_tagscompat.o yaffs_tagsvalidity.o + yaffs2-objs += yaffs_checkptrw.o yaffs_nand.o else KERNELDIR ?= /lib/modules/$(shell uname -r)/build