diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-02-20 16:42:18 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-19 15:39:26 +0300 |
commit | fd1557923b2e45a7ff4664bd88311d8239d69ca9 (patch) | |
tree | 54d973bebc5d94105e6f85b57ba52cdbb92abe97 /arch/arc/plat-sim/Makefile | |
parent | 6623146cb71eb0eb582943bb35f85a90b6195fc1 (diff) | |
download | linux-fd1557923b2e45a7ff4664bd88311d8239d69ca9.tar.xz |
ARC: [plat_arcfpga]->[plat_sim]
* Remove remanants of legacy ARC FPGA platforms (AA4, ML509...)
* Only nsim simulation platform is left, rename platform accordingly
* AA4 DT stuff is compatible with nsim for ARC700 so rename it too
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-sim/Makefile')
-rw-r--r-- | arch/arc/plat-sim/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arc/plat-sim/Makefile b/arch/arc/plat-sim/Makefile new file mode 100644 index 000000000000..00b1a958cec7 --- /dev/null +++ b/arch/arc/plat-sim/Makefile @@ -0,0 +1,9 @@ +# +# Copyright (C) 2011-2012 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-y := platform.o |