X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Farch%2Fxtensa%2Fplatforms%2Fiss%2FMakefile;fp=kernel%2Farch%2Fxtensa%2Fplatforms%2Fiss%2FMakefile;h=b3e89291cfbafcb35a1eb07f7f584c35ef7f2d81;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/arch/xtensa/platforms/iss/Makefile b/kernel/arch/xtensa/platforms/iss/Makefile new file mode 100644 index 000000000..b3e89291c --- /dev/null +++ b/kernel/arch/xtensa/platforms/iss/Makefile @@ -0,0 +1,10 @@ +# $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. +# + +obj-y = setup.o +obj-$(CONFIG_TTY) += console.o +obj-$(CONFIG_NET) += network.o +obj-$(CONFIG_BLK_DEV_SIMDISK) += simdisk.o