Update wscripts

This commit is contained in:
Justin C. Miller
2018-05-05 11:01:34 -07:00
parent 0e71bdab65
commit 3a86e89116
2 changed files with 26 additions and 27 deletions

View File

@@ -19,4 +19,10 @@ def build(bld):
linkflags = "-T {}".format(lds),
)
bld(
source = bld.env.KERNEL_FILENAME,
target = "{}/kernel.dump".format(bld.out_dir),
rule = "objdump -D ${SRC} > ${TGT}",
)
# vim: ft=python et