2021-05-12 03:57:25 -04:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2021-05-12 03:57:29 -04:00
|
|
|
obj-y += kernel/ mm/ boards/
|
|
|
|
obj-$(CONFIG_SH_FPU_EMU) += math-emu/
|
|
|
|
obj-$(CONFIG_USE_BUILTIN_DTB) += boot/dts/
|
2021-10-13 02:36:22 -04:00
|
|
|
|
2023-02-19 09:15:53 -05:00
|
|
|
obj-$(CONFIG_HD6446X_SERIES) += cchips/hd6446x/
|
|
|
|
|
2021-10-13 02:36:22 -04:00
|
|
|
# for cleaning
|
|
|
|
subdir- += boot
|