From f901a83b70a586cef89682843e2d16d6c7b2288a Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sat, 6 Aug 2005 01:42:58 +0200 Subject: Add support for ep8248 board Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8fb600d..59f61d9 100644 --- a/Makefile +++ b/Makefile @@ -997,6 +997,10 @@ CPU87_ROMBOOT_config: unconfig fi; \ echo "export CONFIG_BOOT_ROM" >> config.mk; +ep8248_config \ +ep8248E_config : unconfig + @./mkconfig ep8248 ppc mpc8260 ep8248 + ep8260_config: unconfig @./mkconfig $(@:_config=) ppc mpc8260 ep8260 -- cgit v1.1