Kbuild 185 B

1234567
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. obj-y += kernel/ mm/ boards/
  3. obj-$(CONFIG_SH_FPU_EMU) += math-emu/
  4. obj-$(CONFIG_USE_BUILTIN_DTB) += boot/dts/
  5. # for cleaning
  6. subdir- += boot