diff options
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 000000000..00b1a958c --- /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 |