Peter M. Groen
/
tty0tty
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
fc3c8bbe8b10e54d0e9431aaa5fea7511bd74e6f
Authored by
Marco A. Costa
2015-03-24 15:38:52 -0300
1 parent
84d25c7d
Implement modules_install target
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
module/Makefile
module/Makefile
View file @
fc3c8bb
...
...
@@ -25,6 +25,9 @@ PWD := $(shell pwd)
25
25
default:
26
26
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
27
27
28
+modules_install:
29
+ $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
30
+
28
31
endif
29
32
30
33
...
...