From 56f400305dfb0ae379a1c5cefeaada2e642eb9ba Mon Sep 17 00:00:00 2001
From: John Hodge <tpg@mutabah.net>
Date: Thu, 20 Oct 2011 12:02:45 +0800
Subject: [PATCH] Makefile - Added source output to x86_64 DISASM variable

---
 Makefile.x86_64.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.x86_64.cfg b/Makefile.x86_64.cfg
index f5985c2c..54bbf516 100644
--- a/Makefile.x86_64.cfg
+++ b/Makefile.x86_64.cfg
@@ -1,7 +1,7 @@
 
 CC = x86_64-none-elf-gcc
 LD = x86_64-none-elf-ld
-DISASM = x86_64-none-elf-objdump -d -M x86-64
+DISASM = x86_64-none-elf-objdump -d -M x86-64 -S
 
 KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -Werror
 DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone
-- 
GitLab