Projects STRLCPY criu Commits 0d76ff08
🤬
  • arm/make: add missed syscalls.S dependency

    As for compiling syscalls.S needed syscall-aux.h header,
    which is linked with making $(sys-asm-types), add it to deps.
    
    Fixes:
    > In file included from compel/arch/aarch64/plugins/std/syscalls/syscalls.S:2:0:
    >     compel/include/uapi/compel/plugins/std/syscall-codes.h:568:44: fatal error: compel/plugins/std/syscall-aux.h: No such file or directory
    >      #include <compel/plugins/std/syscall-aux.h>
    >                                                 ^
    >     compilation terminated.
    
    Cc: Pavel Emelyanov <[email protected]>
    Cc: Cyrill Gorcunov <[email protected]>
    Signed-off-by: Dmitry Safonov <[email protected]>
    Signed-off-by: Andrei Vagin <[email protected]>
  • Loading...
  • Dmitry Safonov committed with Andrei Vagin 7 years ago
    0d76ff08
    1 parent f2504723
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    compel/arch/arm/plugins/std/syscalls/Makefile.syscalls
    skipped 24 lines
    25 25   
    26 26  sys-exec-tbl := sys-exec-tbl.c
    27 27   
    28  -$(sys-asm) $(sys-types) $(sys-codes) $(sys-proto): $(sys-gen) $(sys-def) $(sys-asm-common)
     28 +$(sys-asm) $(sys-types) $(sys-codes) $(sys-proto): $(sys-gen) $(sys-def) $(sys-asm-common) $(sys-asm-types)
    29 29   $(E) " GEN " $@
    30 30   $(Q) perl \
    31 31   $(sys-gen) \
    skipped 29 lines
Please wait...
Page is in error, reload to recover