From 652a10c0965bcbc64dc88fc54e34bedf1612e66b Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 9 Jan 2005 23:48:14 +0000 Subject: * Patch by Daniel Poirot, 10 Oct 2004: Add support for Wind River sbc405 board * Patch by Rainer Brestan, 12 Oct 2004: Make examples/Makefile more robust --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 363f1c53250..2abf8d875de 100644 --- a/Makefile +++ b/Makefile @@ -836,6 +836,9 @@ PPChameleonEVB_HI_33_config: unconfig } @./mkconfig -a $(call xtract_4xx,$@) ppc ppc4xx PPChameleonEVB dave +sbc405_config: unconfig + @./mkconfig $(@:_config=) ppc ppc4xx sbc405 + VOH405_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx voh405 esd -- cgit v1.3.1