3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 02:05:54 +00:00
Raziel K. Crowe 8b701010de mempow update
2022-09-13 23:14:27 +05:00

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