summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sama5d4-ek/src/Makefile')
-rw-r--r--nuttx/configs/sama5d4-ek/src/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/configs/sama5d4-ek/src/Makefile b/nuttx/configs/sama5d4-ek/src/Makefile
index 484fab0b0..39779fea2 100644
--- a/nuttx/configs/sama5d4-ek/src/Makefile
+++ b/nuttx/configs/sama5d4-ek/src/Makefile
@@ -112,10 +112,6 @@ ifeq ($(CONFIG_PWM),y)
CSRCS += sam_pwm.c
endif
-ifeq ($(CONFIG_CAN),y)
-CSRCS += sam_can.c
-endif
-
ifeq ($(CONFIG_USBMSC),y)
CSRCS += sam_usbmsc.c
endif