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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [mtd/] [chips/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# linux/drivers/chips/Makefile
3
#
4
# $Id: Makefile,v 1.1.1.1 2004-04-15 01:52:06 phoenix Exp $
5
 
6
O_TARGET        := chipslink.o
7
 
8
export-objs     := chipreg.o gen_probe.o
9
 
10
#                       *** BIG UGLY NOTE ***
11
#
12
# The removal of get_module_symbol() and replacement with
13
# inter_module_register() et al has introduced a link order dependency
14
# here where previously there was none.  We now have to ensure that
15
# the CFI command set drivers are linked before cfi_probe.o
16
 
17
obj-$(CONFIG_MTD)               += chipreg.o
18
obj-$(CONFIG_MTD_AMDSTD)        += amd_flash.o
19
obj-$(CONFIG_MTD_CFI)           += cfi_probe.o
20
obj-$(CONFIG_MTD_CFI_STAA)      += cfi_cmdset_0020.o
21
obj-$(CONFIG_MTD_CFI_AMDSTD)    += cfi_cmdset_0002.o
22
obj-$(CONFIG_MTD_CFI_INTELEXT)  += cfi_cmdset_0001.o
23
obj-$(CONFIG_MTD_GEN_PROBE)     += gen_probe.o
24
obj-$(CONFIG_MTD_JEDEC)         += jedec.o
25
obj-$(CONFIG_MTD_JEDECPROBE)    += jedec_probe.o
26
obj-$(CONFIG_MTD_RAM)           += map_ram.o
27
obj-$(CONFIG_MTD_ROM)           += map_rom.o
28
obj-$(CONFIG_MTD_SHARP)         += sharp.o
29
obj-$(CONFIG_MTD_ABSENT)        += map_absent.o
30
 
31
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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