Commit eeae72a4 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Install rule

parent a415b3d9
......@@ -25,6 +25,9 @@ else
all:
$(MAKE) -C $(KERNELDIR) M=$(PWD)
install:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
endif
clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment