kperf: use $(MAKE) to invoke make
Change-Id: I51e587abe2c032ff97ea3133e53dd3bc36dd58cf Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
ab7541d810
commit
bba5f43ce5
@ -37,6 +37,6 @@ dmaperf-y := dma_perf.o
|
||||
KDIR := /lib/modules/$(shell uname -r)/build
|
||||
|
||||
all:
|
||||
make -C $(KDIR) M=$(shell pwd) modules
|
||||
$(MAKE) -C $(KDIR) M=$(shell pwd) modules
|
||||
clean:
|
||||
make -C $(KDIR) M=$(shell pwd) clean
|
||||
$(MAKE) -C $(KDIR) M=$(shell pwd) clean
|
||||
|
Loading…
Reference in New Issue
Block a user