Blame view

arch/mips/mipssim/Makefile 953 Bytes
c78cbf49c   Ralf Baechle   Support for MIPSs...
1
2
  #
  # Copyright (C) 2005 MIPS Technologies, Inc.  All rights reserved.
36a885306   Ralf Baechle   [MIPS] Fix and cl...
3
4
  # Copyright (C) 2007 MIPS Technologies, Inc.
  #   written by Ralf Baechle (ralf@linux-mips.org)
c78cbf49c   Ralf Baechle   Support for MIPSs...
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  #
  # This program is free software; you can distribute it and/or modify it
  # under the terms of the GNU General Public License (Version 2) as
  # published by the Free Software Foundation.
  #
  # This program is distributed in the hope it will be useful, but WITHOUT
  # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  # for more details.
  #
  # You should have received a copy of the GNU General Public License along
  # with this program; if not, write to the Free Software Foundation, Inc.,
  # 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
  #
c1b14a754   Dmitri Vorobiev   MIPS: MIPSsim: Re...
19
  obj-y := sim_platform.o sim_setup.o sim_mem.o sim_time.o sim_int.o
36a885306   Ralf Baechle   [MIPS] Fix and cl...
20
21
  
  obj-$(CONFIG_EARLY_PRINTK) += sim_console.o
87353d8ac   Ralf Baechle   [MIPS] SMP: Call ...
22
  obj-$(CONFIG_MIPS_MT_SMTC) += sim_smtc.o