diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2014-01-27 14:51:34 +0100 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-19 14:39:30 +0200 |
commit | 556cc1c5f528dcc87733920de17d61b6ebe8999d (patch) | |
tree | 934095ed4cb8f9454bd271cbadffa98c994dc9a2 /arch/arc/plat-axs10x/Makefile | |
parent | ARC: mm: document system mem map clearly (diff) | |
download | linux-556cc1c5f528dcc87733920de17d61b6ebe8999d.tar.xz linux-556cc1c5f528dcc87733920de17d61b6ebe8999d.zip |
ARC: [axs101] Add support for AXS101 SDP (software development platform)
The AXS10x platforms consist of a mainboard with peripherals,
on which several daughter cards can be placed. The daughter cards
typically contain a CPU and memory.
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-axs10x/Makefile')
-rw-r--r-- | arch/arc/plat-axs10x/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arc/plat-axs10x/Makefile b/arch/arc/plat-axs10x/Makefile new file mode 100644 index 000000000000..d4748f27f86e --- /dev/null +++ b/arch/arc/plat-axs10x/Makefile @@ -0,0 +1,9 @@ +# +# Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com) +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation. +# + +obj-$(CONFIG_ARC_PLAT_AXS10X) += axs10x.o |