regulator: pwm: implement ->enable(), ->disable() and ->is_enabled methods
[deliverable/linux.git] / drivers / misc / cxl / Makefile
1 ccflags-y := -Werror
2
3 cxl-y += main.o file.o irq.o fault.o native.o
4 cxl-y += context.o sysfs.o debugfs.o pci.o trace.o
5 cxl-y += vphb.o api.o
6 obj-$(CONFIG_CXL) += cxl.o
7 obj-$(CONFIG_CXL_BASE) += base.o
8
9 # For tracepoints to include our trace.h from tracepoint infrastructure:
10 CFLAGS_trace.o := -I$(src)
This page took 0.035936 seconds and 5 git commands to generate.