From f1340e2273e881a454cf56b828f35f0de76cca54 Mon Sep 17 00:00:00 2001 From: Date: Tue, 9 Aug 2005 14:48:07 +0200 Subject: Added support for O2DNT board. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59f61d9..d9d0a40 100644 --- a/Makefile +++ b/Makefile @@ -271,6 +271,9 @@ icecube_5100_config: unconfig } @./mkconfig -a IceCube ppc mpc5xxx icecube +o2dnt_config: + @./mkconfig -a o2dnt ppc mpc5xxx o2dnt + inka4x0_config: unconfig @./mkconfig inka4x0 ppc mpc5xxx inka4x0 -- cgit v1.1 From df04a3df330c1f3865671cc719f8a2ad0505906d Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 18 Aug 2005 01:22:22 +0200 Subject: Add CHANEGLOG entry; sort Makefile entries --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e6b42ab..f8b3c21 100644 --- a/Makefile +++ b/Makefile @@ -274,12 +274,12 @@ icecube_5100_config: unconfig } @./mkconfig -a IceCube ppc mpc5xxx icecube -o2dnt_config: - @./mkconfig -a o2dnt ppc mpc5xxx o2dnt - inka4x0_config: unconfig @./mkconfig inka4x0 ppc mpc5xxx inka4x0 +o2dnt_config: + @./mkconfig -a o2dnt ppc mpc5xxx o2dnt + PM520_config \ PM520_DDR_config \ PM520_ROMBOOT_config \ -- cgit v1.1