summary refs log tree commit diff
path: root/mk/linux
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-17 15:57:04 -0700
committerDruid520 <r.ustydruid520@proton.me>2026-08-17 15:57:04 -0700
commitfd9e51b838f454894940940110f2f18bedf5e621 (patch)
tree243b90e4357790d23d8eb5c33fa7a70681148034 /mk/linux
parent26cd873573383282476e5aaddea240effede6519 (diff)
MOD: improve charge and update.
Diffstat (limited to 'mk/linux')
-rw-r--r--mk/linux/b.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/mk/linux/b.sh b/mk/linux/b.sh new file mode 100644 index 0000000..c9b9b04 --- /dev/null +++ b/mk/linux/b.sh
@@ -0,0 +1,8 @@
1. ./mk.conf
2set -e
3
4mkdir $out
5$as $asflgs -o $start_bin $start_src
6$cc $ccflgs -o $main_bin -c $main_src
7$ld $ldflgs -T $ld_linux_cfg -o $bin $start_bin $main_bin
8$ln $lnflgs $bin $bin_ln