Declare syscall_numbers.h include for x86_signals_asm.S

Fixes #8718 (again).
This commit is contained in:
Ingo Weinhold
2012-07-13 07:08:52 +02:00
parent 792c13dbf9
commit e6418c88b5
+2 -1
View File
@@ -78,7 +78,8 @@ KernelMergeObject kernel_arch_x86.o :
CreateAsmStructOffsetsHeader asm_offsets.h : asm_offsets.cpp ; CreateAsmStructOffsetsHeader asm_offsets.h : asm_offsets.cpp ;
# We need to specify the dependency on the generated syscalls file explicitly. # 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 ; : <syscalls>syscall_numbers.h ;
Includes [ FGristFiles arch_interrupts.S ] Includes [ FGristFiles arch_interrupts.S ]
: <syscalls>syscall_table.h ; : <syscalls>syscall_table.h ;