Commit 720f0e77 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Ben Walker
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent e7a6744a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
#

obj-m := dmaperf.o
dmaperf-y := dma_perf.o

KDIR := /lib/modules/$(shell uname -r)/build