diff options
author | Nathan O <otternes@cs.unc.edu> | 2019-12-09 14:59:56 -0500 |
---|---|---|
committer | Nathan O <otternes@cs.unc.edu> | 2019-12-09 14:59:56 -0500 |
commit | 3c4abebc788e9d92d776d7bc8b778f398cdb4010 (patch) | |
tree | 7392a57bb2d5e0e61cd3a03bae0e8ce79991f6d5 /kernel/sched/Makefile | |
parent | 2627f203874e04500ea80f6e588cd659bec5866b (diff) |
Initial attempt to "connect the wires"
- This is my first attempt to re-add all of the modifications on top of
this version of the Linux kernel that were present in the previous
version of LITMUS.
- More notes on changes will follow after testing--no guarantees the
code as it is now will compile or run correctly.
Diffstat (limited to 'kernel/sched/Makefile')
-rw-r--r-- | kernel/sched/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/sched/Makefile b/kernel/sched/Makefile index 21fb5a5662b5..95000e43fce7 100644 --- a/kernel/sched/Makefile +++ b/kernel/sched/Makefile | |||
@@ -30,3 +30,6 @@ obj-$(CONFIG_CPU_FREQ_GOV_SCHEDUTIL) += cpufreq_schedutil.o | |||
30 | obj-$(CONFIG_MEMBARRIER) += membarrier.o | 30 | obj-$(CONFIG_MEMBARRIER) += membarrier.o |
31 | obj-$(CONFIG_CPU_ISOLATION) += isolation.o | 31 | obj-$(CONFIG_CPU_ISOLATION) += isolation.o |
32 | obj-$(CONFIG_PSI) += psi.o | 32 | obj-$(CONFIG_PSI) += psi.o |
33 | |||
34 | obj-y += litmus.o | ||
35 | |||