Commit 1fb6b8bc96e410b10436f0511a72c5671e769b80

Authored by Jeff Buchbinder
2 parents 912ffac6 fc3c8bbe

Merge pull request #6 from ReallyNiceGuy/master

Implement modules_install target
Showing 1 changed file with 3 additions and 0 deletions
module/Makefile
... ... @@ -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  
... ...