From 385b92c69962f39e28689f419d2c19a4660b936f Mon Sep 17 00:00:00 2001
From: Thomas Chou <thomas@wytron.com.tw>
Date: Thu, 8 Nov 2007 14:03:23 +0800
Subject: [PATCH] nios2: hwselect not needed to make headers_install


Signed-off-by: Thomas Chou <thomas@wytron.com.tw>

diff --git a/linux-2.6.x/arch/nios2nommu/Makefile b/linux-2.6.x/arch/nios2nommu/Makefile
index 4c94558..ca139b6 100644
--- a/linux-2.6.x/arch/nios2nommu/Makefile
+++ b/linux-2.6.x/arch/nios2nommu/Makefile
@@ -117,7 +117,7 @@ libs-y		+= $(LIBGCC)
 # force user to configure hardware before building kernel
 
 pardoned_targets = clean mrproper sgmldocs psdocs pdfdocs \
-                   htmldocs mandocs
+                   htmldocs mandocs headers_install
 
 -include $(HARDWARE_MK)
 build_targets = $(filter-out $(pardoned_targets), $(MAKECMDGOALS))
-- 
1.5.3.3

