diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-09 12:40:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-09 12:40:24 +0200 |
commit | 4675228299dcd13e9a086fedd22fb6085d098350 (patch) | |
tree | 3f4cd51e217b85cdafebfc92f53ca6e38abf69ae /target/kvx/Makefile | |
parent | bcda4dab409fb98e0fe12254c42ee6a6b11d7680 (diff) |
add kvx toolchain support
Diffstat (limited to 'target/kvx/Makefile')
-rw-r--r-- | target/kvx/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/kvx/Makefile b/target/kvx/Makefile new file mode 100644 index 000000000..03afae8f0 --- /dev/null +++ b/target/kvx/Makefile @@ -0,0 +1,7 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk +include $(ADK_TOPDIR)/mk/kernel-build.mk +include $(ADK_TOPDIR)/mk/image.mk + |