summaryrefslogtreecommitdiff
path: root/boards/dk-tm4c129x/aes_ecb_decrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'boards/dk-tm4c129x/aes_ecb_decrypt/Makefile')
-rw-r--r--boards/dk-tm4c129x/aes_ecb_decrypt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/boards/dk-tm4c129x/aes_ecb_decrypt/Makefile b/boards/dk-tm4c129x/aes_ecb_decrypt/Makefile
index a9794bb..62300d7 100644
--- a/boards/dk-tm4c129x/aes_ecb_decrypt/Makefile
+++ b/boards/dk-tm4c129x/aes_ecb_decrypt/Makefile
@@ -30,7 +30,7 @@ PART=TM4C129XNCZAD
#
# The base directory for TivaWare.
#
-ROOT=../../../..
+ROOT=../../..
#
# Include the common make definitions.
@@ -41,13 +41,13 @@ include ${ROOT}/makedefs
# Where to find source files that do not live in this directory.
#
VPATH=../drivers
-VPATH+=../../../../utils
+VPATH+=../../../utils
#
# Where to find header files that do not live in the source directory.
#
IPATH=..
-IPATH+=../../../..
+IPATH+=../../..
#
# The default rule, which causes the AES128 and AES256 ECB Decryption Demo to be built.