Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ded2e164 authored by Anton Blanchard's avatar Anton Blanchard Committed by Sam Ravnborg
Browse files

kbuild: small documentation fix in Documentation/kbuild/modules.txt



The Makefile fragment in Documentation/kbuild/modules.txt looks to be
missing some braces.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 4be40e22
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -249,7 +249,7 @@ following files:
		--> filename: Makefile
		--> filename: Makefile
		KERNELDIR := /lib/modules/`uname -r`/build
		KERNELDIR := /lib/modules/`uname -r`/build
		all::
		all::
			$(MAKE) -C $KERNELDIR M=`pwd` $@
			$(MAKE) -C $(KERNELDIR) M=`pwd` $@


		# Module specific targets
		# Module specific targets
		genbin:
		genbin: