X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Kbuild;h=4caab4f6cba7e951dcc751404e140a17e5781df3;hb=b82ca578fd8b28d9600a077f4e24e22a71383fe8;hp=2114113ceca2801770c57ac07c78fff2b0b8a477;hpb=59e57c622c3502346e8f930421ebc482d639520c;p=karo-tx-linux.git diff --git a/Kbuild b/Kbuild index 2114113ceca2..4caab4f6cba7 100644 --- a/Kbuild +++ b/Kbuild @@ -88,11 +88,13 @@ $(obj)/$(offsets-file): arch/$(SRCARCH)/kernel/asm-offsets.s Kbuild # 3) Check for missing system calls # +always += missing-syscalls +targets += missing-syscalls + quiet_cmd_syscalls = CALL $< cmd_syscalls = $(CONFIG_SHELL) $< $(CC) $(c_flags) -PHONY += missing-syscalls -missing-syscalls: scripts/checksyscalls.sh FORCE +missing-syscalls: scripts/checksyscalls.sh $(offsets-file) FORCE $(call cmd,syscalls) # Keep these two files during make clean