The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/drivers/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #
    2 # Makefile for the Linux kernel device drivers.
    3 #
    4 # 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
    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
   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_INPUT)          += input
   32 subdir-$(CONFIG_PHONE)          += telephony
   33 subdir-$(CONFIG_IDE)            += ide
   34 subdir-$(CONFIG_SCSI)           += scsi
   35 subdir-$(CONFIG_I2O)            += message/i2o
   36 subdir-$(CONFIG_FUSION)         += message/fusion
   37 subdir-$(CONFIG_MD)             += md
   38 subdir-$(CONFIG_IEEE1394)       += ieee1394
   39 subdir-$(CONFIG_PNP)            += pnp
   40 subdir-$(CONFIG_ISDN_BOOL)      += isdn
   41 subdir-$(CONFIG_ATM)            += atm
   42 subdir-$(CONFIG_FC4)            += fc4
   43 
   44 # CONFIG_HAMRADIO can be set without CONFIG_NETDEVICE being set  -- ch
   45 subdir-$(CONFIG_HAMRADIO)       += net/hamradio
   46 subdir-$(CONFIG_I2C)            += i2c
   47 subdir-$(CONFIG_ACPI_BOOT)      += acpi
   48 
   49 subdir-$(CONFIG_BLUEZ)          += bluetooth
   50 
   51 include $(TOPDIR)/Rules.make

Cache object: 8bf49b0b88478e12125a47e1ded9d454


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.