浏览代码

buildsys: remove duplicate rule around defconfigs

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 年之前
父节点
当前提交
5e27f2f5b4
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      Makefile.in

+ 1 - 4
Makefile.in

@@ -458,10 +458,7 @@ allyesconfig: $(conf)
 allnoconfig: $(conf)
 	$(Q)$< -n extra/Configs/Config.in
 
-defconfig: $(conf)
-	$(Q)$< -D extra/Configs/defconfigs/$(ARCH)/$@ extra/Configs/Config.in
-
-%_defconfig: $(conf)
+defconfig %_defconfig: $(conf)
 	$(Q)$< -D extra/Configs/defconfigs/$(ARCH)/$@ extra/Configs/Config.in
 
 menuconfig-clean-y: