9724b86f07
The efika platform used three files efika-pci.c efika-setup.c and a 2 line efika.h to link the two. The total of code in those is really not much and therefore, I think they're better merged in a single file. There is absolutely _no_code_change_ at all, just merged the files. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Paul Mackerras <paulus@samba.org>
11 lines
229 B
Makefile
11 lines
229 B
Makefile
#
|
|
# Makefile for 52xx based boards
|
|
#
|
|
ifeq ($(CONFIG_PPC_MERGE),y)
|
|
obj-y += mpc52xx_pic.o mpc52xx_common.o
|
|
obj-$(CONFIG_PCI) += mpc52xx_pci.o
|
|
endif
|
|
|
|
obj-$(CONFIG_PPC_EFIKA) += efika.o
|
|
obj-$(CONFIG_PPC_LITE5200) += lite5200.o
|