5 lines
121 B
Makefile
Executable file
5 lines
121 B
Makefile
Executable file
#
|
|
## Makefile for io tracing
|
|
#
|
|
obj-$(CONFIG_HUAWEI_IO_TRACING) += iotrace.o
|
|
ccflags-$(CONFIG_HUAWEI_IO_TRACING) += -Ifs/
|