]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
power: reset: replace curly brackets in Makefile
authorDaniel Golle <daniel@makrotopia.org>
Thu, 18 Feb 2021 18:18:36 +0000 (18:18 +0000)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 23 Mar 2021 15:25:56 +0000 (16:25 +0100)
Normal parentheses should be used when referring to config variables
in Makefile. Replace the accidentally introduced curly brackets by
regular parentheses.

Fixes: a7f79f99541ef ("power: reset: add driver for LinkStation power off")
Acked-by: Daniel González Cabanelas <dgcbueu@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/Makefile

index 4f959b6976066f00a94a99a43f31aeba568d04c6..cf3f4d02d8a54b3cb0cd3170769a85f255a485dd 100644 (file)
@@ -11,7 +11,7 @@ obj-$(CONFIG_POWER_RESET_GEMINI_POWEROFF) += gemini-poweroff.o
 obj-$(CONFIG_POWER_RESET_GPIO) += gpio-poweroff.o
 obj-$(CONFIG_POWER_RESET_GPIO_RESTART) += gpio-restart.o
 obj-$(CONFIG_POWER_RESET_HISI) += hisi-reboot.o
-obj-${CONFIG_POWER_RESET_LINKSTATION} += linkstation-poweroff.o
+obj-$(CONFIG_POWER_RESET_LINKSTATION) += linkstation-poweroff.o
 obj-$(CONFIG_POWER_RESET_MSM) += msm-poweroff.o
 obj-$(CONFIG_POWER_RESET_MT6323) += mt6323-poweroff.o
 obj-$(CONFIG_POWER_RESET_OXNAS) += oxnas-restart.o