File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
arch/s390/kernel/syscalls Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ uapi: $(uapi-hdrs-y)
23
23
# Create output directory if not already present
24
24
$(shell mkdir -p $(uapi) $(kapi))
25
25
26
- filechk_syshdr = $(CONFIG_SHELL ) '$(systbl ) ' -H -a $(syshdr_abi_$(basetarget ) ) -f "$2 " < $<
26
+ filechk_syshdr = $(CONFIG_SHELL ) '$(systbl ) ' -H -a $(syshdr_abi_$(basetarget ) ) -f "$@ " < $<
27
27
28
28
filechk_sysnr = $(CONFIG_SHELL ) '$(systbl ) ' -N -a $(sysnr_abi_$(basetarget ) ) < $<
29
29
30
30
filechk_syscalls = $(CONFIG_SHELL ) '$(systbl ) ' -S < $<
31
31
32
32
syshdr_abi_unistd_32 := common,32
33
33
$(uapi ) /unistd_32.h : $(syscall ) FORCE
34
- $(call filechk,syshdr, $@ )
34
+ $(call filechk,syshdr)
35
35
36
36
syshdr_abi_unistd_64 := common,64
37
37
$(uapi ) /unistd_64.h : $(syscall ) FORCE
38
- $(call filechk,syshdr, $@ )
38
+ $(call filechk,syshdr)
39
39
40
40
$(kapi ) /syscall_table.h : $(syscall ) FORCE
41
41
$(call filechk,syscalls)
You can’t perform that action at this time.
0 commit comments