diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2016-11-17 00:02:29 +0100 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2016-11-17 00:08:28 +0100 |
commit | 3863c58cc742df9e5f9ef0bde7dc135fdc547c19 (patch) | |
tree | 8ac44acbbfcaa5d313f746f1367a2bba98e0f8f2 /arch/xtensa/kernel/Makefile | |
parent | xtensa: fix screen_info, clean up unused declarations in setup.c (diff) | |
download | linux-3863c58cc742df9e5f9ef0bde7dc135fdc547c19.tar.xz linux-3863c58cc742df9e5f9ef0bde7dc135fdc547c19.zip |
xtensa: move S32C1I self-test to a separate file
The test is not called from any of the setup functions, so there's no
reason keeping it in the setup.c. Move it to s32c1i_selftest.c and drop
related #include directives.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/kernel/Makefile')
-rw-r--r-- | arch/xtensa/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/Makefile b/arch/xtensa/kernel/Makefile index c31f5d5afc7d..264fb89c444e 100644 --- a/arch/xtensa/kernel/Makefile +++ b/arch/xtensa/kernel/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_FUNCTION_TRACER) += mcount.o obj-$(CONFIG_SMP) += smp.o mxhead.o obj-$(CONFIG_XTENSA_VARIANT_HAVE_PERF_EVENTS) += perf_event.o obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o +obj-$(CONFIG_S32C1I_SELFTEST) += s32c1i_selftest.o AFLAGS_head.o += -mtext-section-literals AFLAGS_mxhead.o += -mtext-section-literals |