Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: ae99a78af33f00565a05dbbc6ca9b247fed002c5 authored by Linus Torvalds on 31 October 2006, 03:37:36 UTC
Linux 2.6.19-rc4
Tip revision: ae99a78
Makefile
#
# Makefile for Qemu specific kernel interface routines under Linux.
#

obj-y		= q-firmware.o q-irq.o q-mem.o q-setup.o q-reset.o

obj-$(CONFIG_SMP) += q-smp.o
back to top