summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
blob: daf821c83c69bcbedf813b9d71b7ca9882df593f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
obj-y	+= base/
obj-$(CONFIG_ARM_AMBA) += amba/
obj-y	+= net/
obj-y	+= serial/
obj-y	+= mtd/
obj-y	+= usb/
obj-$(CONFIG_DISK) += ata/
obj-$(CONFIG_SPI) += spi/
obj-$(CONFIG_I2C) += i2c/
obj-$(CONFIG_MCI) += mci/
obj-$(CONFIG_VIDEO) += video/
obj-y	+= clk/
obj-y	+= clocksource/
obj-y	+= mfd/
obj-$(CONFIG_LED) += led/
obj-y	+= eeprom/
obj-$(CONFIG_PWM) += pwm/
obj-y	+= input/
obj-y	+= misc/
obj-y	+= dma/
obj-y  += watchdog/
obj-y	+= gpio/
obj-$(CONFIG_OFTREE) += of/
obj-$(CONFIG_W1) += w1/
obj-y += pinctrl/