diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2016-04-25 10:00:44 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2016-04-25 10:00:44 -0400 |
commit | a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 (patch) | |
tree | c34b2311e37ea31db153c90cb8f4570374d05e78 /linux/arch/xtensa/platforms/iss/Makefile |
initial Olimex linux tree from Daniel, originally Feb 3, 2016
Diffstat (limited to 'linux/arch/xtensa/platforms/iss/Makefile')
-rw-r--r-- | linux/arch/xtensa/platforms/iss/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/arch/xtensa/platforms/iss/Makefile b/linux/arch/xtensa/platforms/iss/Makefile new file mode 100644 index 00000000..b3e89291 --- /dev/null +++ b/linux/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 |