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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for the Linux kernel device drivers.
3
#
4
# 15 Sep 2000, Christoph Hellwig 
5
# Rewritten to use lists instead of if-statements.
6
#
7
 
8
 
9
mod-subdirs :=  dio hil mtd sbus video macintosh usb input telephony ide \
10
                message/i2o message/fusion scsi md ieee1394 pnp isdn atm \
11
                fc4 net/hamradio i2c acpi bluetooth usb/gadget
12
 
13
subdir-y :=     parport char block net sound misc media cdrom hotplug
14
subdir-m :=     $(subdir-y)
15
 
16
 
17
subdir-$(CONFIG_DIO)            += dio
18
subdir-$(CONFIG_PCI)            += pci
19
subdir-$(CONFIG_GSC)            += gsc
20
subdir-$(CONFIG_HIL)            += hil
21
subdir-$(CONFIG_PCMCIA)         += pcmcia
22
subdir-$(CONFIG_MTD)            += mtd
23
subdir-$(CONFIG_SBUS)           += sbus
24
subdir-$(CONFIG_ZORRO)          += zorro
25
subdir-$(CONFIG_NUBUS)          += nubus
26
subdir-$(CONFIG_TC)             += tc
27
subdir-$(CONFIG_VT)             += video
28
subdir-$(CONFIG_MAC)            += macintosh
29
subdir-$(CONFIG_PPC32)          += macintosh
30
subdir-$(CONFIG_USB)            += usb
31
subdir-$(CONFIG_USB_GADGET)     += usb/gadget
32
subdir-$(CONFIG_INPUT)          += input
33
subdir-$(CONFIG_PHONE)          += telephony
34
subdir-$(CONFIG_IDE)            += ide
35
subdir-$(CONFIG_SCSI)           += scsi
36
subdir-$(CONFIG_I2O)            += message/i2o
37
subdir-$(CONFIG_FUSION)         += message/fusion
38
subdir-$(CONFIG_MD)             += md
39
subdir-$(CONFIG_IEEE1394)       += ieee1394
40
subdir-$(CONFIG_PNP)            += pnp
41
subdir-$(CONFIG_ISDN_BOOL)      += isdn
42
subdir-$(CONFIG_ATM)            += atm
43
subdir-$(CONFIG_FC4)            += fc4
44
 
45
# CONFIG_HAMRADIO can be set without CONFIG_NETDEVICE being set  -- ch
46
subdir-$(CONFIG_HAMRADIO)       += net/hamradio
47
subdir-$(CONFIG_I2C)            += i2c
48
subdir-$(CONFIG_ACPI_BOOT)      += acpi
49
 
50
subdir-$(CONFIG_BLUEZ)          += bluetooth
51
 
52
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

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