Declare syscall_numbers.h include for x86_signals.cpp

Fixes #8718.
This commit is contained in:
Ingo Weinhold 2012-07-12 10:54:30 +02:00
parent e2d2662bc4
commit b1700b2cd1
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ 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_x86.S arch_interrupts.S ] Includes [ FGristFiles arch_interrupts.S arch_x86.S x86_signals.cpp ]
: <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 ;