X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/9eed27f6f2f002145667fb4abfc5e476b53630e5..78cd005fac540973751b5a108c37a715bc64b5a2:/lunaix-os/makefile 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