6 lines
180 B
Makefile
Executable File
6 lines
180 B
Makefile
Executable File
ifndef CONFIG_HIGH_RES_TIMERS
|
|
$(error In order to get exact result, please enable "CONFIG_HIGH_RES_TIMERS" from kernel config first)
|
|
endif
|
|
|
|
obj-y += nvt_perf.o
|
|
obj-y += nvt_cache.o
|