10 lines
131 B
Makefile
Executable File
10 lines
131 B
Makefile
Executable File
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
|