SAMA5D3x-EK: Add support for app/examples/adc

This commit is contained in:
Gregory Nutt
2013-10-24 15:39:56 -06:00
parent f195673afd
commit 17fbb3956e
+4
View File
@@ -106,6 +106,10 @@ ifeq ($(CONFIG_NSH_ARCHINIT),y)
CSRCS += sam_nsh.c
endif
ifeq ($(CONFIG_ADC),y)
CSRCS += sam_adc.c
endif
ifeq ($(CONFIG_USBMSC),y)
CSRCS += sam_usbmsc.c
endif