Kbuild 234 B

123456789
  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. obj-$(CONFIG_HD6446X_SERIES) += cchips/hd6446x/
  6. # for cleaning
  7. subdir- += boot