perf_events: Fix bogus AMD64 generic TLB events
[linux-2.6/x86.git] / drivers / rapidio / Makefile
blobb6139fe187bfe7389f1b30970dc03c16660ca161
2 # Makefile for RapidIO interconnect services
4 obj-y += rio.o rio-access.o rio-driver.o rio-scan.o rio-sysfs.o
6 obj-$(CONFIG_RAPIDIO) += switches/
8 ifeq ($(CONFIG_RAPIDIO_DEBUG),y)
9 EXTRA_CFLAGS += -DDEBUG
10 endif