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:
541f9eb
)
Makefile: fix typo
author
Marc-Antoine Perennou
<Marc-Antoine@Perennou.com>
Thu, 26 Dec 2013 17:20:33 +0000
(
02:20
+0900)
committer
Marc-Antoine Perennou
<Marc-Antoine@Perennou.com>
Fri, 27 Dec 2013 07:11:32 +0000
(16:11 +0900)
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
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