9
0
Fork 0
barebox/drivers/Makefile

11 lines
195 B
Makefile
Raw Normal View History

2007-07-05 16:01:18 +00:00
obj-y += net/
obj-y += serial/
obj-y += mtd/
obj-y += nor/
obj-y += usb/
obj-$(CONFIG_ATA) += ata/
2008-03-11 21:13:06 +00:00
obj-$(CONFIG_SPI) += spi/
obj-$(CONFIG_I2C) += i2c/
obj-$(CONFIG_VIDEO) += video/
obj-y += clk/