From b0228d020dfb8301adc956e96c98f2bf4bf64d36 Mon Sep 17 00:00:00 2001 From: ccli8 Date: Fri, 29 Sep 2017 14:19:17 +0800 Subject: [PATCH] [NUC472/M487] Fix compile error as mbedtls is not included Currently, trng_api.c is located in targets/ and AES/DES/SHA alter. are located in mbedtls/. They have shared crypto code. If they could locate at same location e.g. mbedtls/, the shared crypto code placement would be more reasonable. --- .../TARGET_NUVOTON/TARGET_M480/crypto}/crypto-misc.c | 0 .../TARGET_NUVOTON/TARGET_M480/crypto}/crypto-misc.h | 0 .../TARGET_NUVOTON/TARGET_NUC472/crypto}/crypto-misc.c | 0 .../TARGET_NUVOTON/TARGET_NUC472/crypto}/crypto-misc.h | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {features/mbedtls/targets/TARGET_NUVOTON/TARGET_M480 => targets/TARGET_NUVOTON/TARGET_M480/crypto}/crypto-misc.c (100%) rename {features/mbedtls/targets/TARGET_NUVOTON/TARGET_M480 => targets/TARGET_NUVOTON/TARGET_M480/crypto}/crypto-misc.h (100%) rename {features/mbedtls/targets/TARGET_NUVOTON/TARGET_NUC472 => targets/TARGET_NUVOTON/TARGET_NUC472/crypto}/crypto-misc.c (100%) rename {features/mbedtls/targets/TARGET_NUVOTON/TARGET_NUC472 => targets/TARGET_NUVOTON/TARGET_NUC472/crypto}/crypto-misc.h (100%) diff --git a/features/mbedtls/targets/TARGET_NUVOTON/TARGET_M480/crypto-misc.c b/targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.c similarity index 100% rename from features/mbedtls/targets/TARGET_NUVOTON/TARGET_M480/crypto-misc.c rename to targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.c diff --git a/features/mbedtls/targets/TARGET_NUVOTON/TARGET_M480/crypto-misc.h b/targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.h similarity index 100% rename from features/mbedtls/targets/TARGET_NUVOTON/TARGET_M480/crypto-misc.h rename to targets/TARGET_NUVOTON/TARGET_M480/crypto/crypto-misc.h diff --git a/features/mbedtls/targets/TARGET_NUVOTON/TARGET_NUC472/crypto-misc.c b/targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.c similarity index 100% rename from features/mbedtls/targets/TARGET_NUVOTON/TARGET_NUC472/crypto-misc.c rename to targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.c diff --git a/features/mbedtls/targets/TARGET_NUVOTON/TARGET_NUC472/crypto-misc.h b/targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.h similarity index 100% rename from features/mbedtls/targets/TARGET_NUVOTON/TARGET_NUC472/crypto-misc.h rename to targets/TARGET_NUVOTON/TARGET_NUC472/crypto/crypto-misc.h