diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-02-15 12:53:02 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-02-15 12:53:02 +0106 |
| commit | f8e64cb0858afabcbcccb18e77ca9902c8280e01 (patch) | |
| tree | b5dc265af1b3ae64754cc38140a097f7c78869d0 /schulung_tools/drivers/modules/hellodriver/Makefile | |
| parent | e5382e43fcc8d143db24d80833a02b44b9c0b78e (diff) | |
schulung_tools: hellodriver: set to find Debian kernel build
The default build directory needed manual adjustment when the
driver was to be built. Change it to use the Debian build path
so this driver can be built immediately for the native Debian
system without any changes.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'schulung_tools/drivers/modules/hellodriver/Makefile')
| -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 |
