diff options
| author | Ingo Weinhold <ingo_weinhold@gmx.de> | 2012-07-13 07:08:52 +0200 |
|---|---|---|
| committer | Ingo Weinhold <ingo_weinhold@gmx.de> | 2012-07-13 07:08:52 +0200 |
| commit | e6418c88b54b139e813a919f22042916a26d1c65 (patch) | |
| tree | 0b901b41ac6ecca6785e0fa1d232fecc69851e78 | |
| parent | 792c13dbf94754d131fc9c6243db5bea481491bd (diff) | |
Declare syscall_numbers.h include for x86_signals_asm.Shrev44331
Fixes #8718 (again).
| -rw-r--r-- | src/system/kernel/arch/x86/Jamfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/system/kernel/arch/x86/Jamfile b/src/system/kernel/arch/x86/Jamfile index f40420d134..17d82e4f2d 100644 --- a/src/system/kernel/arch/x86/Jamfile +++ b/src/system/kernel/arch/x86/Jamfile @@ -78,7 +78,8 @@ KernelMergeObject kernel_arch_x86.o : CreateAsmStructOffsetsHeader asm_offsets.h : asm_offsets.cpp ; # We need to specify the dependency on the generated syscalls file explicitly. -Includes [ FGristFiles arch_interrupts.S arch_x86.S x86_signals.cpp ] +Includes [ FGristFiles arch_interrupts.S arch_x86.S x86_signals.cpp + x86_signals_asm.S ] : <syscalls>syscall_numbers.h ; Includes [ FGristFiles arch_interrupts.S ] : <syscalls>syscall_table.h ; |
