Newer
Older
barebox / drivers / of / Makefile
@Antony Pavlov Antony Pavlov on 13 May 2013 143 bytes of: separate out "generic" memory bank adding
obj-y += base.o fdt.o
obj-$(CONFIG_OFTREE_MEM_GENERIC) += mem_generic.o
obj-$(CONFIG_GPIOLIB) += gpio.o
obj-y += partition.o
obj-y += of_net.o