diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-04-07 07:03:24 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-04-07 07:45:20 -0400 |
commit | ed85ed697d8d66f4b3284d7a8a3dc7002c966178 (patch) | |
tree | 81610b2389ae559b4533c3f48ea1b6df3767b0d8 /arch/microblaze/platform/Makefile | |
parent | 252133887984b758bb817e3931075293f695fb91 (diff) |
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 @@ | |||
1 | # | 1 | # |
2 | # Makefile for arch/microblaze/platform directory | 2 | # Makefile for arch/microblaze/platform directory |
3 | # | 3 | # |
4 | #obj-$(CONFIG_PLATFORM_GENERIC) += generic/ | ||
5 | 4 | ||
6 | obj-y += platform.o | 5 | obj-y += platform.o |