projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26798ce
)
Makefile: s/name/uname/
author
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 17:46:02 +0000
(09:46 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 17:46:02 +0000
(09:46 -0800)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index cc384f1ae1b37fafc682b67249f48032b92fab5c..3d53b73f383279d52f0d7561b70eff73859bd275 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-39,7
+39,7
@@
check:
install: module
mkdir -p /lib/modules/$(shell uname -r)/kernel/drivers/kdbus$(EXT)/
cp -f kdbus$(EXT).ko /lib/modules/$(shell uname -r)/kernel/drivers/kdbus$(EXT)/
- depmod $(shell name -r)
+ depmod $(shell
u
name -r)
uninstall:
rm -f /lib/modules/$(shell uname -r)/kernel/drivers/kdbus/kdbus$(EXT).ko