Move all app common files under apps/common

This commit is contained in:
Toby Jaffey 2025-12-12 15:45:17 +00:00
parent 60f362b819
commit 5bd6a32013
31 changed files with 49 additions and 49 deletions

View file

@ -12,4 +12,4 @@ clean: clean_common
test: all
${TOPDIR}/hosts/host/host ${PROJECT}.bin
include ${TOPDIR}/apps/makefile.common
include ${TOPDIR}/apps/common/makefile.common

View file

@ -37,8 +37,8 @@ pub fn build(b: *std.Build) void {
b.installArtifact(exe);
exe.addAssemblyFile(b.path("../crt0.S"));
exe.setLinkerScript(b.path("../linker.ld"));
exe.addAssemblyFile(b.path("../common/crt0.S"));
exe.setLinkerScript(b.path("../common/linker.ld"));
exe.addIncludePath(b.path("../../common"));
const bin = b.addObjCopy(exe.getEmittedBin(), .{