diff options
author | Greg Ungerer <gerg@uclinux.org> | 2014-08-21 16:03:35 +0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-09-29 03:18:35 +0400 |
commit | d3a887ccba63694bb3f5a7083ccc85c7ad116a08 (patch) | |
tree | 0e5a3f05cb3ab9c7c3f9e29af2f5f1fa8cb2f03d /arch/m68k | |
parent | 3ba885f524b9cca1f0975e7bf00eddb275407b74 (diff) | |
download | linux-d3a887ccba63694bb3f5a7083ccc85c7ad116a08.tar.xz |
m68k: remove the unused arch/m68k/platform directory
The non-mmu platform/machine directories have been move up one level.
We no longer need arch/m68k/platform, or its Makefile, so remove them.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/platform/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/platform/Makefile b/arch/m68k/platform/Makefile deleted file mode 100644 index fc932bf65d34..000000000000 --- a/arch/m68k/platform/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -# -# Makefile for the arch/m68knommu/platform. -# |