kernel/modules: remove superfluous backslash
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 43829
This commit is contained in:
parent
84f49d3597
commit
b15f09baec
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ CRYPTO_MODULES = \
|
|||
|
||||
CRYPTOMGR_MODULES = \
|
||||
AEAD2=aead \
|
||||
MANAGER2=cryptomgr \
|
||||
MANAGER2=cryptomgr
|
||||
|
||||
crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1)))
|
||||
crypto_file=$(LINUX_DIR)/crypto/$(word 2,$(subst =,$(space),$(1))).ko
|
||||
|
|
Loading…
Reference in a new issue