diff options
author | Michal Simek <monstr@monstr.eu> | 2009-03-27 14:25:51 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-03-27 14:25:51 +0100 |
commit | 5f8ffb5f6649a261372547a5841285c23409ab68 (patch) | |
tree | e1f1e840e06e7d6e67730934a061aa96089e76e6 /arch/microblaze/platform | |
parent | 575ca2883ed7652aba09d7b77332004e45d56f69 (diff) | |
download | op-kernel-dev-5f8ffb5f6649a261372547a5841285c23409ab68.zip op-kernel-dev-5f8ffb5f6649a261372547a5841285c23409ab68.tar.gz |
microblaze_v8: Makefiles for Microblaze cpu
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: John Linn <john.linn@xilinx.com>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/platform')
-rw-r--r-- | arch/microblaze/platform/Makefile | 6 | ||||
-rw-r--r-- | arch/microblaze/platform/generic/Makefile | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/arch/microblaze/platform/Makefile b/arch/microblaze/platform/Makefile new file mode 100644 index 0000000..ea1b75cc --- /dev/null +++ b/arch/microblaze/platform/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for arch/microblaze/platform directory +# +#obj-$(CONFIG_PLATFORM_GENERIC) += generic/ + +obj-y += platform.o diff --git a/arch/microblaze/platform/generic/Makefile b/arch/microblaze/platform/generic/Makefile new file mode 100644 index 0000000..9a8b1bd --- /dev/null +++ b/arch/microblaze/platform/generic/Makefile @@ -0,0 +1,3 @@ +# +# Empty Makefile to keep make clean happy +# |