X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/d07db7c15d6cf9d6c0fd07ea29cca77a89b02a79..4c6d990440cdba6c7dd294adb7e435770ffcbcc4:/lunaix-os/makefile?ds=sidebyside diff --git a/lunaix-os/makefile b/lunaix-os/makefile index 163f91f..4ed0d3b 100644 --- a/lunaix-os/makefile +++ b/lunaix-os/makefile @@ -43,8 +43,8 @@ all-debug: O := -Og all-debug: CFLAGS := -g -std=gnu99 -ffreestanding $(O) $(W) $(ARCH_OPT) -D__LUNAIXOS_DEBUG__ all-debug: LDFLAGS := -g -ffreestanding $(O) -nostdlib -lgcc all-debug: clean $(BUILD_DIR)/$(OS_ISO) - # @echo "Dumping the disassembled kernel code to $(BUILD_DIR)/kdump.txt" - # @i686-elf-objdump -D $(BIN_DIR)/$(OS_BIN) > $(BUILD_DIR)/kdump.txt + @echo "Dumping the disassembled kernel code to $(BUILD_DIR)/kdump.txt" + @i686-elf-objdump -S $(BIN_DIR)/$(OS_BIN) > $(BUILD_DIR)/kdump.txt clean: @rm -rf $(BUILD_DIR)