9
0
Fork 0
barebox/drivers/Makefile

10 lines
181 B
Makefile

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_VIDEO) += video/