浏览代码

[PARISC] move defconfig to arch/parisc/configs/

This patch moves the default parisc defconfig to
arch/parisc/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: Kyle McMartin <kyle@mcmartin.ca>
Adrian Bunk 17 年之前
父节点
当前提交
c04f7ae2da
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      arch/parisc/Makefile
  2. 0 0
      arch/parisc/configs/default_defconfig

+ 3 - 0
arch/parisc/Makefile

@@ -16,6 +16,9 @@
 # Modified for PA-RISC Linux by Paul Lahaie, Alex deVries, 
 # Mike Shaver, Helge Deller and Martin K. Petersen
 #
+
+KBUILD_DEFCONFIG := default_defconfig
+
 NM		= sh $(srctree)/arch/parisc/nm
 CHECKFLAGS	+= -D__hppa__=1
 

+ 0 - 0
arch/parisc/defconfig → arch/parisc/configs/default_defconfig