]> Git Repo - linux.git/blob - drivers/dma/idxd/Makefile
fs/binfmt_elf: use PT_LOAD p_align values for static PIE
[linux.git] / drivers / dma / idxd / Makefile
1 ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE=IDXD
2
3 obj-$(CONFIG_INTEL_IDXD) += idxd.o
4 idxd-y := init.o irq.o device.o sysfs.o submit.o dma.o cdev.o
5
6 idxd-$(CONFIG_INTEL_IDXD_PERFMON) += perfmon.o
7
8 obj-$(CONFIG_INTEL_IDXD_BUS) += idxd_bus.o
9 idxd_bus-y := bus.o
10
11 obj-$(CONFIG_INTEL_IDXD_COMPAT) += idxd_compat.o
12 idxd_compat-y := compat.o
This page took 0.035099 seconds and 4 git commands to generate.