Add to empty template some module to manage the sd card driver.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 Sep 2011 08:52:00 +0000 (08:52 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 Sep 2011 08:52:00 +0000 (08:52 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5089 38d2e660-2303-0410-9eaa-f027e97ec537

boards/sam3x-ek/templates/empty/empty_user.mk

index 4c8ed7ef158ad99ba17d65403258db146f7d47b5..cb9088ab0cb0451dfaefb62fdf8bca23da1f1fa1 100644 (file)
@@ -10,6 +10,8 @@ empty_PROGRAMMER_PORT = none
 # Files included by the user.
 empty_USER_CSRC = \
        $(empty_SRC_PATH)/main.c \
+       bertos/cpu/cortex-m3/drv/dmac_sam3.c \
+       bertos/cpu/cortex-m3/drv/hsmci_sam3.c \
        #
 
 # Files included by the user.