package/smack: fix SMAKE_LINUX_CONFIG_FIXUPS typo

Fix typo added by commit 2bac81f0cb

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021.11.x
Fabrice Fontaine 2021-11-21 16:35:26 +01:00 committed by Thomas Petazzoni
parent bb081e4923
commit 41e2132fbe
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ SMACK_DEPENDENCIES = host-pkgconf
# Sources from GitHub, no configure script included.
SMACK_AUTORECONF = YES
define SMAKE_LINUX_CONFIG_FIXUPS
define SMACK_LINUX_CONFIG_FIXUPS
$(call KCONFIG_ENABLE_OPT,CONFIG_SECURITY)
$(call KCONFIG_ENABLE_OPT,CONFIG_SECURITY_SMACK)
$(call KCONFIG_ENABLE_OPT,CONFIG_SECURITY_NETWORK)