6 lines
71 B
Makefile
6 lines
71 B
Makefile
|
|
sinclude $(TOPDIR)/config.mk
|
||
|
|
|
||
|
|
ifdef CONFIG_GK_I2C
|
||
|
|
obj-y += i2c.o
|
||
|
|
endif
|