diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-03-30 18:32:15 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-04-04 07:54:35 +0200 |
commit | 5e27f2f5b4ceae4cac0a7c6786d4278738ddb3f8 (patch) | |
tree | 420a66fbc231ad6b0ba9eece0d61d9db26fd9b49 | |
parent | 577c6ee118c2c6342984f3d43d98dd46b0e7f778 (diff) |
buildsys: remove duplicate rule around defconfigs
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 82a2eff5d..0c5296ec0 100644 --- a/Makefile.in +++ b/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: |