Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177702
b: refs/heads/master
c: 32197c7
h: refs/heads/master
v: v3
  • Loading branch information
Michal Marek committed Dec 12, 2009
1 parent 5360a78 commit 689580f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db1d18657c96cc675596077cb60ef50fbe1947f8
refs/heads/master: 32197c7ffb06b1319850f8fdfa1a49d32a63b79b
1 change: 0 additions & 1 deletion trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ $(KCONFIG_CONFIG) include/config/auto.conf.cmd: ;
# if auto.conf.cmd is missing then we are probably in a cleaned tree so
# we execute the config step to be sure to catch updated Kconfig files
include/config/auto.conf: $(KCONFIG_CONFIG) include/config/auto.conf.cmd
$(Q)mkdir -p include/generated
$(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig
else
# external modules needs include/generated/autoconf.h and include/config/auto.conf
Expand Down
1 change: 1 addition & 0 deletions trunk/scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ oldconfig: $(obj)/conf
$< -o $(Kconfig)

silentoldconfig: $(obj)/conf
$(Q)mkdir -p include/generated
$< -s $(Kconfig)

localmodconfig: $(obj)/streamline_config.pl $(obj)/conf
Expand Down

0 comments on commit 689580f

Please sign in to comment.