# Makefile for the kernel i2c bus driver.
#

O_TARGET := rtl_gpio.o

export-objs     := rtl_gpio.o

obj-$(CONFIG_GPIO_RTL8186)               += rtl_gpio.o

# This is needed for automatic patch generation: sensors code starts here
# This is needed for automatic patch generation: sensors code ends here

include $(TOPDIR)/Rules.make
