diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 844bc9da08da..573ff3f1f533 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
| @@ -33,11 +33,11 @@ oldconfig: $(obj)/conf | |||
| 33 | $< --$@ $(Kconfig) | 33 | $< --$@ $(Kconfig) |
| 34 | 34 | ||
| 35 | silentoldconfig: $(obj)/conf | 35 | silentoldconfig: $(obj)/conf |
| 36 | $(Q)mkdir -p include/generated | 36 | $(Q)mkdir -p include/config include/generated |
| 37 | $< --$@ $(Kconfig) | 37 | $< --$@ $(Kconfig) |
| 38 | 38 | ||
| 39 | localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf | 39 | localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf |
| 40 | $(Q)mkdir -p include/generated | 40 | $(Q)mkdir -p include/config include/generated |
| 41 | $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config | 41 | $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config |
| 42 | $(Q)if [ -f .config ]; then \ | 42 | $(Q)if [ -f .config ]; then \ |
| 43 | cmp -s .tmp.config .config || \ | 43 | cmp -s .tmp.config .config || \ |
