Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.8 10 lines 291 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 7obj-y = setup.o 8obj-$(CONFIG_TTY) += console.o 9obj-$(CONFIG_NET) += network.o 10obj-$(CONFIG_BLK_DEV_SIMDISK) += simdisk.o