Skip to content

Commit

Permalink
[POWERPC] Move Efika support files into platforms/52xx
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Grant Likely authored and Paul Mackerras committed Dec 4, 2006
1 parent d415024 commit b9cf5d8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/platforms/52xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
ifeq ($(CONFIG_PPC_MERGE),y)
obj-y += mpc52xx_pic.o
endif

obj-$(CONFIG_PPC_EFIKA) += efika-setup.o efika-pci.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion arch/powerpc/platforms/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ ifeq ($(CONFIG_PPC64),y)
obj-$(CONFIG_PPC_PMAC) += powermac/
endif
endif
obj-$(CONFIG_PPC_EFIKA) += efika/
obj-$(CONFIG_PPC_CHRP) += chrp/
obj-$(CONFIG_4xx) += 4xx/
obj-$(CONFIG_PPC_MPC52xx) += 52xx/
Expand Down
1 change: 0 additions & 1 deletion arch/powerpc/platforms/efika/Makefile

This file was deleted.

0 comments on commit b9cf5d8

Please sign in to comment.