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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [mtd/] [devices/] [Makefile] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# linux/drivers/devices/Makefile
3
#
4
# $Id: Makefile,v 1.1.1.1 2004-04-15 01:51:59 phoenix Exp $
5
 
6
O_TARGET        := devlink.o
7
 
8
#                       *** BIG UGLY NOTE ***
9
#
10
# The removal of get_module_symbol() and replacement with
11
# inter_module_register() et al has introduced a link order dependency
12
# here where previously there was none.  We now have to ensure that
13
# doc200[01].o are linked before docprobe.o
14
 
15
obj-$(CONFIG_MTD_DOC1000)       += doc1000.o
16
obj-$(CONFIG_MTD_DOC2000)       += doc2000.o
17
obj-$(CONFIG_MTD_DOC2001)       += doc2001.o
18
obj-$(CONFIG_MTD_DOCPROBE)      += docprobe.o docecc.o
19
obj-$(CONFIG_MTD_SLRAM)         += slram.o
20
obj-$(CONFIG_MTD_PMC551)        += pmc551.o
21
obj-$(CONFIG_MTD_MS02NV)        += ms02-nv.o
22
obj-$(CONFIG_MTD_MTDRAM)        += mtdram.o
23
obj-$(CONFIG_MTD_LART)          += lart.o
24
obj-$(CONFIG_MTD_BLKMTD)        += blkmtd.o
25
 
26
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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