From: asterix Date: Mon, 26 Sep 2011 08:52:00 +0000 (+0000) Subject: Add to empty template some module to manage the sd card driver. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7723fb56d713e6cddb6bd00c5edca829a4de0e2e;p=bertos.git Add to empty template some module to manage the sd card driver. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5089 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/sam3x-ek/templates/empty/empty_user.mk b/boards/sam3x-ek/templates/empty/empty_user.mk index 4c8ed7ef..cb9088ab 100644 --- a/boards/sam3x-ek/templates/empty/empty_user.mk +++ b/boards/sam3x-ek/templates/empty/empty_user.mk @@ -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.