Rename "sam" development platform to "atmelsam"

This commit is contained in:
Valeriy Koval
2015-02-06 18:50:02 +02:00
parent 25380a7e98
commit 184df4d5bb
4 changed files with 3 additions and 3 deletions
@@ -19,7 +19,7 @@ BOARD_BUILDOPTS = env.get("BOARD_OPTIONS", {}).get("build", {})
# Atmel SAM platform
#
if env.get("BOARD_OPTIONS", {}).get("platform", None) == "sam":
if env.get("BOARD_OPTIONS", {}).get("platform", None) == "atmelsam":
env.VariantDir(
join("$BUILD_DIR", "FrameworkCMSISInc"),
join("$PLATFORMFW_DIR", "system", "CMSIS", "CMSIS", "include")