9
0
Fork 0

drivers/of: Always compile of_path.c with OF support

of_find_path() is a OF specific library function, so always
compile it when OF support is enabled.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2016-04-26 11:38:51 +02:00
parent 1454a0e2cd
commit 5e94c658e4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
obj-y += address.o base.o fdt.o platform.o
obj-y += address.o base.o fdt.o platform.o of_path.o
obj-$(CONFIG_OFTREE_MEM_GENERIC) += mem_generic.o
obj-$(CONFIG_OF_GPIO) += of_gpio.o
obj-$(CONFIG_OF_PCI) += of_pci.o
obj-y += partition.o
obj-y += of_net.o
obj-$(CONFIG_MTD) += of_mtd.o
obj-$(CONFIG_OF_BAREBOX_DRIVERS) += barebox.o of_path.o
obj-$(CONFIG_OF_BAREBOX_DRIVERS) += barebox.o