From b20d00328c5486a4b2cdf07ce7afaf2139dc741e Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 5 Aug 2005 12:19:30 +0200 Subject: Add support for MicroSys PM856 board Patch by Josef Wagner, 03 Aug 2005 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b24b26d104..a372fe90a7 100644 --- a/Makefile +++ b/Makefile @@ -1211,6 +1211,9 @@ MPC8555CDS_config: unconfig PM854_config: unconfig @./mkconfig $(@:_config=) ppc mpc85xx pm854 +PM856_config: unconfig + @./mkconfig $(@:_config=) ppc mpc85xx pm856 + sbc8540_config \ sbc8540_33_config \ sbc8540_66_config: unconfig -- cgit