diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-19 14:33:59 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-19 14:34:08 -0600 |
commit | d41473cb2807f4318548a830d4211dfe80723a19 (patch) | |
tree | 1b6d74aa041ba0e7353c7de397f29ea1221a64e2 /target/hppa/Makefile | |
parent | 06bd2e3a0b702d9aad4638d6cbf593ce6705ac46 (diff) |
add some basic infrastructure for hppa/parisc toolchain building
Diffstat (limited to 'target/hppa/Makefile')
-rw-r--r-- | target/hppa/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/hppa/Makefile b/target/hppa/Makefile new file mode 100644 index 000000000..ebc17340e --- /dev/null +++ b/target/hppa/Makefile @@ -0,0 +1,9 @@ +# 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.mk +include $(ADK_TOPDIR)/mk/modules.mk +include $(ADK_TOPDIR)/mk/kernel-build.mk +include $(ADK_TOPDIR)/mk/image.mk + |