From 4675228299dcd13e9a086fedd22fb6085d098350 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 9 Oct 2020 12:40:24 +0200 Subject: add kvx toolchain support --- target/kvx/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 target/kvx/Makefile (limited to 'target/kvx/Makefile') 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 + -- cgit v1.2.3