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.
|
|
|
|
#
|
|
|
|
|
2012-09-17 09:44:48 +08:00
|
|
|
obj-y = console.o setup.o
|
2012-09-17 09:44:32 +08:00
|
|
|
obj-$(CONFIG_NET) += network.o
|