Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mtd/maps: Fix accidental removal in Makefile

The commit d79c326 ("gpio-addr-flash: new driver for GPIO assisted
flash addressing") removed two lines from the Makefile by accident.
Though I'm not sure how this accident happened, this patch reverts the
removal.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Atsushi Nemoto and committed by
Linus Torvalds
52cb0148 799dd75b

+2
+2
drivers/mtd/maps/Makefile
··· 58 58 obj-$(CONFIG_MTD_OMAP_NOR) += omap_nor.o 59 59 obj-$(CONFIG_MTD_INTEL_VR_NOR) += intel_vr_nor.o 60 60 obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-async-flash.o 61 + obj-$(CONFIG_MTD_RBTX4939) += rbtx4939-flash.o 62 + obj-$(CONFIG_MTD_VMU) += vmu-flash.o 61 63 obj-$(CONFIG_MTD_GPIO_ADDR) += gpio-addr-flash.o