xref: /OK3568_Linux_fs/kernel/arch/xtensa/platforms/iss/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyun# $Id: Makefile,v 1.1.1.1 2002/08/28 16:10:14 aroll Exp $
3*4882a593Smuzhiyun#
4*4882a593Smuzhiyun# Makefile for the Xtensa Instruction Set Simulator (ISS)
5*4882a593Smuzhiyun# "prom monitor" library routines under Linux.
6*4882a593Smuzhiyun#
7*4882a593Smuzhiyun
8*4882a593Smuzhiyunobj-y			= setup.o
9*4882a593Smuzhiyunobj-$(CONFIG_TTY)	+= console.o
10*4882a593Smuzhiyunobj-$(CONFIG_NET)	+= network.o
11*4882a593Smuzhiyunobj-$(CONFIG_BLK_DEV_SIMDISK) += simdisk.o
12