diff options
Diffstat (limited to 'arch/sh/Kbuild')
-rw-r--r-- | arch/sh/Kbuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/Kbuild b/arch/sh/Kbuild new file mode 100644 index 000000000000..0da6c6d6821a --- /dev/null +++ b/arch/sh/Kbuild @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-y += kernel/ mm/ boards/ +obj-$(CONFIG_SH_FPU_EMU) += math-emu/ + +obj-$(CONFIG_HD6446X_SERIES) += cchips/hd6446x/ + +# for cleaning +subdir- += boot |