projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2db5c
)
Makefile: export KERNELDIR for tests
author
Daniel Mack
<zonque@gmail.com>
Tue, 19 Aug 2014 11:42:53 +0000
(13:42 +0200)
committer
Daniel Mack
<zonque@gmail.com>
Tue, 19 Aug 2014 11:42:53 +0000
(13:42 +0200)
We include linux/memfd.h now, make sure it's searched for in $KERNELDIR.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b334cee830903372bd2572c15526d2dceecb5284..92c404377bd3321e45d40bbb4718344e08acf835 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,7
+23,7
@@
PWD := $(shell pwd)
all: module test
test::
- $(MAKE) -C test KBUILD_MODNAME=kdbus$(EXT)
+ $(MAKE) -C test K
ERNELDIR=$(KERNELDIR) K
BUILD_MODNAME=kdbus$(EXT)
module:
$(MAKE) -C $(KERNELDIR) M=$(PWD)