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
|