From 6d79c39958aa0245e59f33860cd1ddd589119968 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Wed, 20 Oct 2010 03:34:19 -0400
Subject: [PATCH] MAKEALL: drop non-existent i386 config

---
 MAKEALL | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index 4ae741a695..8ad7e92220 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -554,9 +554,7 @@ LIST_mips_el="			\
 ## i386 Systems
 #########################################################################
 
-LIST_x86="$(boards_by_arch i386)
-	sc520_eNET	\
-"
+LIST_x86="$(boards_by_arch i386)"
 
 #########################################################################
 ## Nios-II Systems
-- 
2.39.5