From: Adrian M. <zx8...@us...> - 2002-09-18 20:23:28
|
Update of /cvsroot/linuxdc/linux-sh-dc/drivers/mtd/devices In directory usw-pr-cvs1:/tmp/cvs-serv14369/drivers/mtd/devices Added Files: Makefile Log Message: Makefile support for vmublk added --- NEW FILE: Makefile --- # # linux/drivers/devices/Makefile # # $Id: Makefile,v 1.1 2002/09/18 20:23:25 zx80user Exp $ O_TARGET := devlink.o # *** BIG UGLY NOTE *** # # The removal of get_module_symbol() and replacement with # inter_module_register() et al has introduced a link order dependency # here where previously there was none. We now have to ensure that # doc200[01].o are linked before docprobe.o obj-$(CONFIG_MTD_DOC1000) += doc1000.o obj-$(CONFIG_MTD_DOC2000) += doc2000.o obj-$(CONFIG_MTD_DOC2001) += doc2001.o obj-$(CONFIG_MTD_DOCPROBE) += docprobe.o docecc.o obj-$(CONFIG_MTD_SLRAM) += slram.o obj-$(CONFIG_MTD_PMC551) += pmc551.o obj-$(CONFIG_MTD_MTDRAM) += mtdram.o obj-$(CONFIG_MTD_LART) += lart.o obj-$(CONFIG_MTD_BLKMTD) += blkmtd.o obj-$(CONFIG_MTD_VMUBLK) += vmublk.o include $(TOPDIR)/Rules.make |