diff options
Diffstat (limited to 'kernel/Makefile')
| -rw-r--r-- | kernel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index bc010ee272b6..f2a8b6246ce9 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
| @@ -18,11 +18,13 @@ CFLAGS_REMOVE_cgroup-debug.o = -pg | |||
| 18 | CFLAGS_REMOVE_irq_work.o = -pg | 18 | CFLAGS_REMOVE_irq_work.o = -pg |
| 19 | endif | 19 | endif |
| 20 | 20 | ||
| 21 | # cond_syscall is currently not LTO compatible | ||
| 22 | CFLAGS_sys_ni.o = $(DISABLE_LTO) | ||
| 23 | |||
| 21 | obj-y += sched/ | 24 | obj-y += sched/ |
| 22 | obj-y += locking/ | 25 | obj-y += locking/ |
| 23 | obj-y += power/ | 26 | obj-y += power/ |
| 24 | obj-y += printk/ | 27 | obj-y += printk/ |
| 25 | obj-y += cpu/ | ||
| 26 | obj-y += irq/ | 28 | obj-y += irq/ |
| 27 | obj-y += rcu/ | 29 | obj-y += rcu/ |
| 28 | 30 | ||
| @@ -93,6 +95,7 @@ obj-$(CONFIG_PADATA) += padata.o | |||
| 93 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o | 95 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o |
| 94 | obj-$(CONFIG_JUMP_LABEL) += jump_label.o | 96 | obj-$(CONFIG_JUMP_LABEL) += jump_label.o |
| 95 | obj-$(CONFIG_CONTEXT_TRACKING) += context_tracking.o | 97 | obj-$(CONFIG_CONTEXT_TRACKING) += context_tracking.o |
| 98 | obj-$(CONFIG_TORTURE_TEST) += torture.o | ||
| 96 | 99 | ||
| 97 | $(obj)/configs.o: $(obj)/config_data.h | 100 | $(obj)/configs.o: $(obj)/config_data.h |
| 98 | 101 | ||
