OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [mtd/] [devices/] [Makefile] - Rev 1765

Compare with Previous | Blame | View Log

#
# linux/drivers/devices/Makefile
#
# $Id: Makefile,v 1.1.1.1 2004-04-15 01:51:59 phoenix 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_MS02NV)        += ms02-nv.o
obj-$(CONFIG_MTD_MTDRAM)        += mtdram.o
obj-$(CONFIG_MTD_LART)          += lart.o
obj-$(CONFIG_MTD_BLKMTD)        += blkmtd.o

include $(TOPDIR)/Rules.make

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.