Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.21 13 lines 466 B view raw
1# $Id: Makefile,v 1.1.1.1 2002/08/28 16:10:14 aroll Exp $ 2# 3# Makefile for the Xtensa Instruction Set Simulator (ISS) 4# "prom monitor" library routines under Linux. 5# 6# Note! Dependencies are done automagically by 'make dep', which also 7# removes any old dependencies. DON'T put your own dependencies here 8# unless it's something special (ie not a .c file). 9# 10# Note 2! The CFLAGS definitions are in the main makefile... 11 12obj-y = io.o console.o setup.o network.o 13