Browse Source

buildsys: remove duplicate rule around defconfigs

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 12 years ago
parent
commit
5e27f2f5b4
1 changed files with 1 additions and 4 deletions
  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: