diff --git a/drivers/Makefile b/drivers/Makefile index 83d830c8abb..41f5d06c030 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -93,10 +93,6 @@ endif endif endif -ifeq ($(CONFIG_CAN),y) - CSRCS += can.c -endif - ifeq ($(CONFIG_PWM),y) CSRCS += pwm.c endif