examples/ioat: simplify kperf Makefile
There is only one source file, so use the simpler build syntax that defines a module filename matching the source filename. Change-Id: I11fc1b81fb38ffa56d3c61f10cf32a3d7d7f82fc Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
e7a6744a88
commit
720f0e77e4
@ -32,7 +32,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
obj-m := dmaperf.o
|
obj-m := dmaperf.o
|
||||||
dmaperf-y := dma_perf.o
|
|
||||||
|
|
||||||
KDIR := /lib/modules/$(shell uname -r)/build
|
KDIR := /lib/modules/$(shell uname -r)/build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user