change the install dir
This commit is contained in:
parent
448f135c53
commit
32d80ed5a4
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -13,6 +13,6 @@ clean:
|
|||
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
|
||||
|
||||
install:
|
||||
sudo cp snd-soc-ac108.ko /lib/modules/$(shell uname -r)/sound/soc/codecs/
|
||||
sudo cp snd-soc-wm8960.ko /lib/modules/$(shell uname -r)/sound/soc/codecs/
|
||||
sudo cp snd-soc-ac108.ko /lib/modules/$(shell uname -r)/kernel/sound/soc/codecs/
|
||||
sudo cp snd-soc-wm8960.ko /lib/modules/$(shell uname -r)/kernel/sound/soc/codecs/
|
||||
sudo depmod -a
|
||||
|
|
Loading…
Reference in a new issue