1 # SPDX-License-Identifier: GPL-2.0-only 2 # $Id: Makefile,v 1.1.1.1 2002/08/28 16:10:14 aroll Exp $ 3 # 4 # Makefile for the Xtensa Instruction Set Simulator (ISS) 5 # "prom monitor" library routines under Linux. 6 # 7 8 obj-y = setup.o 9 obj-$(CONFIG_TTY) += console.o 10 obj-$(CONFIG_NET) += network.o 11 obj-$(CONFIG_BLK_DEV_SIMDISK) += simdisk.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.