sinclude $(TOPDIR)/config.mk

ifdef CONFIG_LOTUS_I2C
obj-y += i2c_drv.o
endif

ifdef CONFIG_CMD_LOTUS_I2C
obj-y += i2c_cmd.o
endif
