b9cf5d8e2e
The Efika board isn't different enough from other 52xx based boards to justify a separate platform. This patch merges it with the support code for all other 52xx based boards. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Sylvain Munaut <tnt@246tNt.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
9 lines
152 B
Makefile
9 lines
152 B
Makefile
#
|
|
# Makefile for 52xx based boards
|
|
#
|
|
ifeq ($(CONFIG_PPC_MERGE),y)
|
|
obj-y += mpc52xx_pic.o
|
|
endif
|
|
|
|
obj-$(CONFIG_PPC_EFIKA) += efika-setup.o efika-pci.o
|