astraceroute-libs = -lGeoIP \ -lpthread \ -lz astraceroute-objs = xmalloc.o \ ioops.o \ proto_none.o \ tprintf.o \ bpf.o \ str.o \ sig.o \ sock.o \ link.o \ dev.o \ geoip.o \ ring_rx.o \ ring.o \ astraceroute.o astraceroute-eflags = astraceroute-confs = geoip.conf 'application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2016-11-22 09:21:16 +0000
committerThomas Gleixner <tglx@linutronix.de>2016-11-22 11:00:19 +0100
commit4e201566402c878a225d4425df8a4a664c6f251e (patch)
tree45866ad842008a9ec119302a4540a607f315405c
parent34c535793bcbf9263cf22f8a52101f796cdfab8e (diff)
genirq/msi: Drop artificial PCI dependency
The generic MSI layer doesn't have any PCI ties anymore, and the build hack should have been removed some time ago. Fixes: d9109698be6e ("genirq: Introduce msi_domain_alloc/free_irqs()") Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Link: http://lkml.kernel.org/r/1479806476-20801-1-git-send-email-marc.zyngier@arm.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>