2021-10-27 18:46:41 +05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
|
|
|
# core part of the sparc kernel
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-y += kernel/
|
|
|
|
obj-y += mm/
|
|
|
|
obj-y += math-emu/
|
|
|
|
obj-y += net/
|
|
|
|
obj-y += crypto/
|
|
|
|
obj-$(CONFIG_SPARC64) += vdso/
|
2022-03-05 21:17:59 +05:00
|
|
|
|
|
|
|
# for cleaning
|
|
|
|
subdir- += boot
|