From 15647dc7fd86bbaeb68740929ecb9f8473c7ceae Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 9 Oct 2003 19:00:25 +0000 Subject: * Patches by Thomas Lange, 09 Oct 2003: - fix cmd_ide.c for non ppc boards (read/write functions did not add ATA base address) - fix for shannon board - #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code * Patch by Sangmoon Kim, 07 Oct 2003: add support for debris board --- Makefile | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6ec6a39dd1..69d30f697c 100644 --- a/Makefile +++ b/Makefile @@ -781,24 +781,27 @@ ZPC1900_config: unconfig AmigaOneG3SE_config: unconfig @./mkconfig $(@:_config=) ppc 74xx_7xx AmigaOneG3SE MAI +BAB7xx_config: unconfig + @./mkconfig $(@:_config=) ppc 74xx_7xx bab7xx eltec + +debris_config: unconfig + @./mkconfig $(@:_config=) ppc mpc824x debris etin + +ELPPC_config: unconfig + @./mkconfig $(@:_config=) ppc 74xx_7xx elppc eltec + EVB64260_config \ EVB64260_750CX_config: unconfig @./mkconfig EVB64260 ppc 74xx_7xx evb64260 -ZUMA_config: unconfig +P3G4_config: unconfig @./mkconfig $(@:_config=) ppc 74xx_7xx evb64260 PCIPPC2_config \ PCIPPC6_config: unconfig @./mkconfig $(@:_config=) ppc 74xx_7xx pcippc2 -BAB7xx_config: unconfig - @./mkconfig $(@:_config=) ppc 74xx_7xx bab7xx eltec - -ELPPC_config: unconfig - @./mkconfig $(@:_config=) ppc 74xx_7xx elppc eltec - -P3G4_config: unconfig +ZUMA_config: unconfig @./mkconfig $(@:_config=) ppc 74xx_7xx evb64260 #======================================================================== -- cgit v1.2.1