support i2c eeprom and rtc for ok1052-c and remove wrong Copyright

This commit is contained in:
wlyu
2022-01-18 15:44:07 +08:00
parent 169c3c3c5d
commit 2115572813
48 changed files with 5106 additions and 334 deletions
+4
View File
@@ -5,6 +5,10 @@ ifeq ($(CONFIG_KERNEL_DEVICE),y)
SRC_FILES += device.c
endif
ifeq ($(CONFIG_RESOURCES_ADC),y)
SRC_DIR += adc
endif
ifeq ($(CONFIG_RESOURCES_CAN),y)
SRC_DIR += can
endif