2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-06-24 13:01:33 +08:00
|
|
|
# $Id: Makefile,v 1.1.1.1 2002/08/28 16:10:14 aroll Exp $
|
|
|
|
#
|
|
|
|
# Makefile for the Xtensa Instruction Set Simulator (ISS)
|
|
|
|
# "prom monitor" library routines under Linux.
|
|
|
|
#
|
|
|
|
|
2014-05-01 08:46:36 +08:00
|
|
|
obj-y = setup.o
|
|
|
|
obj-$(CONFIG_TTY) += console.o
|
2012-09-17 09:44:32 +08:00
|
|
|
obj-$(CONFIG_NET) += network.o
|
2008-05-20 05:50:38 +08:00
|
|
|
obj-$(CONFIG_BLK_DEV_SIMDISK) += simdisk.o
|