fixed adc compliation error

This commit is contained in:
wlyu 2022-02-14 09:39:06 +08:00
parent 521dc56e15
commit 98817fac11
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ 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