Commit sysroot / cross-compile build tree

This commit is contained in:
Nathan Fisher 2021-02-18 19:41:59 -05:00
commit faa6d3b4a9
2449 changed files with 561128 additions and 0 deletions

6
templates/ports.mk Normal file
View file

@ -0,0 +1,6 @@
# Makefile - hhl - /usr/src/world/
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = foo
include ports.mk
include targets.mk

7
templates/toolchain.mk Normal file
View file

@ -0,0 +1,7 @@
# Makefile - hhl - /usr/src/toolchain
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = foo
include src-config.mk
include targets.mk

6
templates/world.mk Normal file
View file

@ -0,0 +1,6 @@
# Makefile - hhl - /usr/src/world/foo
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = foo
include world.mk
include targets.mk