X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/8b8f49b713d64065775fe538232f8639083601bd..1375eb51603466b723ab7dd1ca4194ee5d662f75:/lunaix-os/makefile?ds=inline diff --git a/lunaix-os/makefile b/lunaix-os/makefile index af07f60..779a38e 100644 --- a/lunaix-os/makefile +++ b/lunaix-os/makefile @@ -75,7 +75,6 @@ instable: all all-debug: bootable-debug @echo "Dumping the disassembled kernel code to $(kbuild_dir)/kdump.txt" - @i686-elf-objdump -S $(kbin) > $(kbuild_dir)/kdump.txt clean: @rm -rf $(kbuild_dir) || exit 1