X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Kbuild;h=4caab4f6cba7e951dcc751404e140a17e5781df3;hb=ad24431277fc92717084d5b4c451e15982588206;hp=2114113ceca2801770c57ac07c78fff2b0b8a477;hpb=17f490bcedd7b6677140b2d49efe9e9e6b84de60;p=cascardo%2Flinux.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