mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 17:20:51 +07:00
4ebdd58f46
switches/ depends on RAPIDIO_DEBUG so the subdir-ccflags-y variant seems to be appropriate here. Signed-off-by: matt mooney <mfm@muteddisk.com> Acked-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
9 lines
201 B
Makefile
9 lines
201 B
Makefile
#
|
|
# Makefile for RapidIO interconnect services
|
|
#
|
|
obj-y += rio.o rio-access.o rio-driver.o rio-scan.o rio-sysfs.o
|
|
|
|
obj-$(CONFIG_RAPIDIO) += switches/
|
|
|
|
subdir-ccflags-$(CONFIG_RAPIDIO_DEBUG) := -DDEBUG
|