aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'Kbuild')
-rw-r--r--Kbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/Kbuild b/Kbuild
index 96d062906c05..6f0d82a9245d 100644
--- a/Kbuild
+++ b/Kbuild
@@ -36,7 +36,7 @@ endef
36bounds-file := include/generated/bounds.h 36bounds-file := include/generated/bounds.h
37 37
38always := $(bounds-file) 38always := $(bounds-file)
39targets := $(bounds-file) kernel/bounds.s 39targets := kernel/bounds.s
40 40
41# We use internal kbuild rules to avoid the "is up to date" message from make 41# We use internal kbuild rules to avoid the "is up to date" message from make
42kernel/bounds.s: kernel/bounds.c FORCE 42kernel/bounds.s: kernel/bounds.c FORCE
@@ -53,7 +53,6 @@ $(obj)/$(bounds-file): kernel/bounds.s FORCE
53offsets-file := include/generated/asm-offsets.h 53offsets-file := include/generated/asm-offsets.h
54 54
55always += $(offsets-file) 55always += $(offsets-file)
56targets += $(offsets-file)
57targets += arch/$(SRCARCH)/kernel/asm-offsets.s 56targets += arch/$(SRCARCH)/kernel/asm-offsets.s
58 57
59# We use internal kbuild rules to avoid the "is up to date" message from make 58# We use internal kbuild rules to avoid the "is up to date" message from make