summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon2019-05-18 07:19:34 -0500
committerAndreas Dannenberg2019-06-10 11:42:02 -0500
commit5664d5d1beb5b1222e283a561d352566c3e7dca8 (patch)
tree495d7b40f7cb9c2834e604719bc8e93b620bcac5
parent50ba6b276098be0992fc37182fc5510bef35c2d2 (diff)
downloadk3-image-gen-5664d5d1beb5b1222e283a561d352566c3e7dca8.tar.gz
k3-image-gen-5664d5d1beb5b1222e283a561d352566c3e7dca8.tar.xz
k3-image-gen-5664d5d1beb5b1222e283a561d352566c3e7dca8.zip
common.h: Move to be inside include folder
Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
-rw-r--r--Makefile3
-rw-r--r--include/common.h (renamed from common.h)0
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85e7b20b1..dbb5013b7 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,8 @@ CROSS_COMPILE ?= arm-linux-gnueabihf-
72CFLAGS ?= \ 72CFLAGS ?= \
73 -fno-builtin \ 73 -fno-builtin \
74 -Wall \ 74 -Wall \
75 -Iinclude/soc/${SOC}/ 75 -Iinclude/soc/${SOC}/ \
76 -Iinclude
76 77
77BINS ?= \ 78BINS ?= \
78 sysfw.bin \ 79 sysfw.bin \
diff --git a/common.h b/include/common.h
index 83c900cab..83c900cab 100644
--- a/common.h
+++ b/include/common.h