kconfig/kconfig.mk
changeset 2564 5d4e91c0343e
parent 2454 c70da6c50bdb
child 2650 4d299836e994
     1.1 --- a/kconfig/kconfig.mk	Thu May 12 19:45:30 2011 +0200
     1.2 +++ b/kconfig/kconfig.mk	Sun Jul 17 16:53:40 2011 +0200
     1.3 @@ -129,7 +129,7 @@
     1.4  # Cheesy auto-dependencies
     1.5  # Only parse the following if a configurator was called, to avoid building
     1.6  # dependencies when not needed (eg. list-steps, list-samples...)
     1.7 -# We must be carefull what we enclose, because we need some of the variable
     1.8 +# We must be careful what we enclose, because we need some of the variable
     1.9  # definitions for clean (and distclean) at least.
    1.10  # Just protecting the "-include $(DEPS)" line should be sufficient.
    1.11  # And in case we want menuconfig, we have to check that lxdialog
    1.12 @@ -159,7 +159,7 @@
    1.13  
    1.14  # Each .o or .dep *can not* directly depend on kconfig/, because kconfig can
    1.15  # be touched during the build (who's touching it, btw?) so each .o or .dep
    1.16 -# would be re-built when it sould not be.
    1.17 +# would be re-built when it should not be.
    1.18  # So manually check for presence of $(obj) (ie. kconfig), and only mkdir
    1.19  # if needed. After all, that's not so bad...
    1.20  # mkdir $(obj)/lxdialog, because we need it, and incidentally, that