diff options
Diffstat (limited to 'src/drivers/maxim')
-rw-r--r-- | src/drivers/maxim/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/maxim/Makefile.inc | 2 | ||||
-rw-r--r-- | src/drivers/maxim/max77686/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/maxim/max77686/Makefile.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/drivers/maxim/Kconfig b/src/drivers/maxim/Kconfig index 7d0b0ed876..f3805ab1e8 100644 --- a/src/drivers/maxim/Kconfig +++ b/src/drivers/maxim/Kconfig @@ -14,7 +14,7 @@ ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## source src/drivers/maxim/max77686/Kconfig diff --git a/src/drivers/maxim/Makefile.inc b/src/drivers/maxim/Makefile.inc index 578f65920a..6447db8302 100644 --- a/src/drivers/maxim/Makefile.inc +++ b/src/drivers/maxim/Makefile.inc @@ -14,7 +14,7 @@ ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## subdirs-$(CONFIG_DRIVER_MAXIM_MAX77686) += max77686/ diff --git a/src/drivers/maxim/max77686/Kconfig b/src/drivers/maxim/max77686/Kconfig index 5d9ca6135e..5548a03ceb 100644 --- a/src/drivers/maxim/max77686/Kconfig +++ b/src/drivers/maxim/max77686/Kconfig @@ -14,7 +14,7 @@ ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## config DRIVER_MAXIM_MAX77686 diff --git a/src/drivers/maxim/max77686/Makefile.inc b/src/drivers/maxim/max77686/Makefile.inc index a5d7b90d01..ed92dc14b3 100644 --- a/src/drivers/maxim/max77686/Makefile.inc +++ b/src/drivers/maxim/max77686/Makefile.inc @@ -14,7 +14,7 @@ ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## romstage-$(CONFIG_DRIVER_MAXIM_MAX77686) += max77686.c |