Commit sysroot / cross-compile build tree
This commit is contained in:
commit
faa6d3b4a9
2449 changed files with 561128 additions and 0 deletions
6
templates/ports.mk
Normal file
6
templates/ports.mk
Normal 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
7
templates/toolchain.mk
Normal 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
6
templates/world.mk
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue