makefile: use immediate expansion and use correct template patterns
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
48a31572f1
commit
89662178c6
|
@ -24,5 +24,6 @@ offset-finder-m := offset-finder.o
|
|||
oldsrc := $(src)
|
||||
src := $(src)/../../../src
|
||||
include $(src)/compat/Kbuild.include
|
||||
include $(src)/crypto/Kbuild.include
|
||||
src := $(oldsrc)
|
||||
endif
|
||||
|
|
|
@ -27,5 +27,6 @@ config-m := config.o
|
|||
oldsrc := $(src)
|
||||
src := $(src)/../../../src
|
||||
include $(src)/compat/Kbuild.include
|
||||
include $(src)/crypto/Kbuild.include
|
||||
src := $(oldsrc)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue