diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-04-07 13:05:00 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-04-07 13:45:21 +0200 |
commit | c24cf712ac53ae8a7bedceb1c967da1667431d8e (patch) | |
tree | a2f148f99936397d8b5edf75af99e89c681ee14c /arch/microblaze/platform/Makefile | |
parent | ed85ed697d8d66f4b3284d7a8a3dc7002c966178 (diff) | |
download | blackbird-obmc-linux-c24cf712ac53ae8a7bedceb1c967da1667431d8e.tar.gz blackbird-obmc-linux-c24cf712ac53ae8a7bedceb1c967da1667431d8e.zip |
microblaze: Remove platform folder
There is no reason to use platform folder structure now.
Everything is OF driven.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/platform/Makefile')
-rw-r--r-- | arch/microblaze/platform/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/platform/Makefile b/arch/microblaze/platform/Makefile deleted file mode 100644 index 5bcb631b80b6..000000000000 --- a/arch/microblaze/platform/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# -# Makefile for arch/microblaze/platform directory -# - -obj-y += platform.o |