3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-20 22:25:54 +00:00

10 lines
262 B
Makefile
Raw Normal View History

2022-04-02 18:08:56 +05:00
# SPDX-License-Identifier: GPL-2.0
KASAN_SANITIZE := n
2022-09-13 23:14:27 +05:00
obj-$(CONFIG_PPC32) += init_32.o
2022-04-02 18:08:56 +05:00
obj-$(CONFIG_PPC_8xx) += 8xx.o
obj-$(CONFIG_PPC_BOOK3S_32) += book3s_32.o
2022-09-13 23:14:27 +05:00
obj-$(CONFIG_PPC_BOOK3S_64) += init_book3s_64.o
obj-$(CONFIG_PPC_BOOK3E_64) += init_book3e_64.o