12 lines
183 B
Makefile
12 lines
183 B
Makefile
# 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/
|