From 98817fac11fb1a217eb7e145d1e7b868f52ab54e Mon Sep 17 00:00:00 2001 From: wlyu Date: Mon, 14 Feb 2022 09:39:06 +0800 Subject: [PATCH] fixed adc compliation error --- Ubiquitous/XiUOS/resources/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Ubiquitous/XiUOS/resources/Makefile b/Ubiquitous/XiUOS/resources/Makefile index 2397f532d..3c10a79f9 100644 --- a/Ubiquitous/XiUOS/resources/Makefile +++ b/Ubiquitous/XiUOS/resources/Makefile @@ -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