Newer
Older
barebox / drivers / Makefile
@Hubert Feurstein Hubert Feurstein on 21 Jun 2011 278 bytes eeprom: add at25 eeprom driver
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/
obj-y	+= mfd/
obj-$(CONFIG_LED) += led/
obj-y	+= eeprom/