Browse Source

[IA64] move defconfig to arch/ia64/configs/

This patch moves the default ia64 defconfig to
arch/ia64/configs/generic_defconfig where it belongs and selects it as
the default defconfig through KBUILD_DEFCONFIG.

Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Adrian Bunk 17 years ago
parent
commit
022f926885
2 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/ia64/Makefile
  2. 0 0
      arch/ia64/configs/generic_defconfig

+ 2 - 0
arch/ia64/Makefile

@@ -11,6 +11,8 @@
 # Copyright (C) 1998-2004 by David Mosberger-Tang <davidm@hpl.hp.com>
 #
 
+KBUILD_DEFCONFIG := generic_defconfig
+
 NM := $(CROSS_COMPILE)nm -B
 READELF := $(CROSS_COMPILE)readelf
 

+ 0 - 0
arch/ia64/defconfig → arch/ia64/configs/generic_defconfig