mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 02:05:54 +00:00
10 lines
262 B
Makefile
10 lines
262 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
KASAN_SANITIZE := n
|
|
|
|
obj-$(CONFIG_PPC32) += init_32.o
|
|
obj-$(CONFIG_PPC_8xx) += 8xx.o
|
|
obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o
|
|
obj-$(CONFIG_PPC_BOOK3S_64) += init_book3s_64.o
|
|
obj-$(CONFIG_PPC_BOOK3E_64) += init_book3e_64.o
|