mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
556cc1c5f5
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>
10 lines
291 B
Makefile
10 lines
291 B
Makefile
#
|
|
# 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
|