Newer
Older
barebox / drivers / Makefile
@Juergen Beisert Juergen Beisert on 11 Oct 2010 221 bytes Add MCI card support to barebox
obj-y	+= net/
obj-y	+= serial/
obj-y	+= mtd/
obj-y	+= nor/
obj-y	+= usb/
obj-$(CONFIG_ATA) += ata/
obj-$(CONFIG_SPI) += spi/
obj-$(CONFIG_I2C) += i2c/
obj-$(CONFIG_MCI) += mci/
obj-$(CONFIG_VIDEO) += video/
obj-y	+= clk/