diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-04-07 13:03:24 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-04-07 13:45:20 +0200 |
commit | ed85ed697d8d66f4b3284d7a8a3dc7002c966178 (patch) | |
tree | 81610b2389ae559b4533c3f48ea1b6df3767b0d8 /arch/microblaze/platform/Makefile | |
parent | microblaze: Sort Kconfig options (diff) | |
download | linux-ed85ed697d8d66f4b3284d7a8a3dc7002c966178.tar.xz linux-ed85ed697d8d66f4b3284d7a8a3dc7002c966178.zip |
microblaze: Remove generic platform
All microblaze platforms are using the same configuration
that's why there is no reason to use generic platform.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/platform/Makefile')
-rw-r--r-- | arch/microblaze/platform/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/platform/Makefile b/arch/microblaze/platform/Makefile index ea1b75cc5775..5bcb631b80b6 100644 --- a/arch/microblaze/platform/Makefile +++ b/arch/microblaze/platform/Makefile @@ -1,6 +1,5 @@ # # Makefile for arch/microblaze/platform directory # -#obj-$(CONFIG_PLATFORM_GENERIC) += generic/ obj-y += platform.o |