Changes to update Tomato RAF.
[tomato.git] / release / src / router / busybox / e2fsprogs / old_e2fsprogs / Kbuild.src
blob72fcd3791710fd548914b373ca74151d54f8f765
1 # Makefile for busybox
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
5 # Licensed under GPLv2, see file LICENSE in this source tree.
7 lib-y:=
9 INSERT
11 lib-$(CONFIG_CHATTR)     += ../chattr.o ../e2fs_lib.o
12 lib-$(CONFIG_E2FSCK)     += e2fsck.o util.o ../e2fs_lib.o
13 lib-$(CONFIG_FSCK)       += ../fsck.o
14 lib-$(CONFIG_LSATTR)     += ../lsattr.o ../e2fs_lib.o
15 lib-$(CONFIG_MKE2FS)     += mke2fs.o util.o ../e2fs_lib.o
16 lib-$(CONFIG_MKE2FS)     += ../tune2fs.o
17 #lib-$(CONFIG_TUNE2FS)    += tune2fs.o util.o ../e2fs_lib.o
19 CFLAGS += -include $(srctree)/e2fsprogs/old_e2fsprogs/e2fsbb.h