Commit 36a938e3 authored by David Woodhouse's avatar David Woodhouse

Fix MTD partitioning modular build.

parent 1ad84001
#
# Makefile for the memory technology device drivers.
#
# $Id: Makefile.common,v 1.4 2004/08/09 13:19:42 dwmw2 Exp $
# $Id: Makefile.common,v 1.5 2004/08/10 20:51:49 dwmw2 Exp $
# Core functionality.
mtd-y := mtdcore.o
......@@ -9,7 +9,6 @@ mtd-$(CONFIG_MTD_PARTITIONS) += mtdpart.o
obj-$(CONFIG_MTD) += $(mtd-y)
obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o
obj-$(CONFIG_MTD_PARTITIONS) += mtdpart.o
obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o
obj-$(CONFIG_MTD_AFS_PARTS) += afs.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment