mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Kernel updates since December 2009
This commit is contained in:
@@ -53,7 +53,7 @@ def generate_ksym_to_loader(target_path, source_path):
|
||||
asm_file.write(ksym_header % (target_path, source_path, sys.argv[0]))
|
||||
for symbol in symbols:
|
||||
process = \
|
||||
subprocess.Popen(config.kernel_toolchain + 'objdump -d ' + \
|
||||
subprocess.Popen(config.toolchain + 'objdump -d ' + \
|
||||
source_path + ' | grep "<' + \
|
||||
symbol + '>"', shell=True, \
|
||||
stdout=subprocess.PIPE)
|
||||
|
||||
Reference in New Issue
Block a user