Kbuild 215 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # core part of the sparc kernel
  4. #
  5. obj-y += kernel/
  6. obj-y += mm/
  7. obj-y += math-emu/
  8. obj-y += net/
  9. obj-y += crypto/
  10. obj-$(CONFIG_SPARC64) += vdso/
  11. # for cleaning
  12. subdir- += boot