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:
Daniel Verkamp 2016-08-02 09:11:40 -07:00 committed by Ben Walker
parent e7a6744a88
commit 720f0e77e4
2 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
#
obj-m := dmaperf.o
dmaperf-y := dma_perf.o
KDIR := /lib/modules/$(shell uname -r)/build