mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
7 lines
98 B
Makefile
7 lines
98 B
Makefile
|
#
|
||
|
# Makefile for 52xx based boards
|
||
|
#
|
||
|
ifeq ($(CONFIG_PPC_MERGE),y)
|
||
|
obj-y += mpc52xx_pic.o
|
||
|
endif
|