diff options
| -rw-r--r-- | schulung_tools/drivers/modules/hellodriver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schulung_tools/drivers/modules/hellodriver/Makefile b/schulung_tools/drivers/modules/hellodriver/Makefile index a0878d9..764fefd 100644 --- a/schulung_tools/drivers/modules/hellodriver/Makefile +++ b/schulung_tools/drivers/modules/hellodriver/Makefile @@ -1,5 +1,5 @@ MNAME = hello -BDIR = /home/devel/work/build-linux +BDIR = /lib/modules/`uname -r`/build ifeq ($(KERNELRELEASE),) # called from shell |
