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/Makefile | |
parent | microblaze: Remove generic platform (diff) | |
download | linux-c24cf712ac53ae8a7bedceb1c967da1667431d8e.tar.xz 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/Makefile')
-rw-r--r-- | arch/microblaze/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile index a69eaf2ab130..740f2b82a182 100644 --- a/arch/microblaze/Makefile +++ b/arch/microblaze/Makefile @@ -48,7 +48,6 @@ head-y := arch/microblaze/kernel/head.o libs-y += arch/microblaze/lib/ core-y += arch/microblaze/kernel/ core-y += arch/microblaze/mm/ -core-y += arch/microblaze/platform/ core-$(CONFIG_PCI) += arch/microblaze/pci/ drivers-$(CONFIG_OPROFILE) += arch/microblaze/oprofile/ |