浏览代码

[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 年之前
父节点
当前提交
022f926885
共有 2 个文件被更改,包括 2 次插入0 次删除
  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>
 # Copyright (C) 1998-2004 by David Mosberger-Tang <davidm@hpl.hp.com>
 #
 #
 
 
+KBUILD_DEFCONFIG := generic_defconfig
+
 NM := $(CROSS_COMPILE)nm -B
 NM := $(CROSS_COMPILE)nm -B
 READELF := $(CROSS_COMPILE)readelf
 READELF := $(CROSS_COMPILE)readelf
 
 

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