diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-01-12 20:26:16 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2019-01-21 12:36:53 +0300 |
commit | bf6341664ad16070bed675bec659aa54b161ed82 (patch) | |
tree | bba753207222fb75843da11e8cdb9b9efa37880c /arch/m68k/apollo | |
parent | 627f192d1e1a2ddf5fb06201facb15d4c70b058f (diff) | |
download | linux-bf6341664ad16070bed675bec659aa54b161ed82.tar.xz |
m68k/apollo: Fix comment in Makefile
This comment has been wrong since before git.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/apollo')
-rw-r--r-- | arch/m68k/apollo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/apollo/Makefile b/arch/m68k/apollo/Makefile index 76a057962c38..01856a858fda 100644 --- a/arch/m68k/apollo/Makefile +++ b/arch/m68k/apollo/Makefile @@ -1,5 +1,5 @@ # -# Makefile for Linux arch/m68k/amiga source directory +# Makefile for Linux arch/m68k/apollo source directory # obj-y := config.o dn_ints.o |