barebox/drivers/of/Makefile
Sascha Hauer 5b0fc19196 of gpio: Build gpio helper only when gpiolib is selected
Otherwise the functions needed by the helper won't be available.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-10-26 08:57:01 +02:00

4 lines
69 B
Makefile

obj-y += base.o
obj-$(CONFIG_GPIOLIB) += gpio.o
obj-y += partition.o