#
# Makefile for the Linux kernel device drivers.
#
# 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
#

obj-$(CONFIG_PCI)		+= pci/
obj-$(CONFIG_PNP)		+= pnp/

# char/ comes before serial/ etc so that the VT console is the boot-time
# default.
obj-y				+= char/
obj-y				+= base/ block/
obj-$(CONFIG_IDE)		+= ide/
obj-y				+= video/
obj-$(CONFIG_INPUT)		+= input/
obj-$(CONFIG_SERIO)		+= input/serio/
