--- snapgear-original/linux-2.6.x/drivers/mtd/chips/Makefile 2004-08-15 08:21:02.000000000 +0200 +++ snapgear-modified/linux-2.6.x/drivers/mtd/chips/Makefile 2006-09-25 22:17:08.099648000 +0200 @@ -1,7 +1,7 @@ # # linux/drivers/chips/Makefile # -# $Id: Makefile.common,v 1.4 2004/07/12 16:07:30 dwmw2 Exp $ +# $Id: Makefile,v 1.2 2006/02/13 09:52:32 andrzej Exp $ # *** BIG UGLY NOTE *** # @@ -24,3 +24,4 @@ obj-$(CONFIG_MTD_ROM) += map_rom.o obj-$(CONFIG_MTD_SHARP) += sharp.o obj-$(CONFIG_MTD_ABSENT) += map_absent.o +obj-$(CONFIG_MTD_EE24) += ee24.o