Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.2
 1# SPDX-License-Identifier: GPL-2.0
 2#
 3# core part of the sparc kernel
 4#
 5
 6obj-y += kernel/
 7obj-y += mm/
 8obj-y += math-emu/
 9obj-y += net/
10obj-y += crypto/
11obj-$(CONFIG_SPARC64) += vdso/
12
13# for cleaning
14subdir- += boot
v6.8
 1# SPDX-License-Identifier: GPL-2.0
 2#
 3# core part of the sparc kernel
 4#
 5
 6obj-y += kernel/
 7obj-y += mm/
 8obj-y += math-emu/
 9obj-y += net/
10obj-y += crypto/
11obj-$(CONFIG_SPARC64) += vdso/
12
13# for cleaning
14subdir- += boot