From 7aabfd0c9282a498d0fd0b133cd08069a11687bf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 4 May 2020 10:02:51 +0200 Subject: [PATCH] mt7615: add CONFIG_MT76_LEDS to cflags Signed-off-by: Felix Fietkau --- mt7615/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/mt7615/Makefile b/mt7615/Makefile index 99f353b8b..821e04c4d 100644 --- a/mt7615/Makefile +++ b/mt7615/Makefile @@ -1,5 +1,6 @@ #SPDX-License-Identifier: ISC +EXTRA_CFLAGS += -DCONFIG_MT76_LEDS obj-$(CONFIG_MT7615_COMMON) += mt7615-common.o obj-$(CONFIG_MT7615E) += mt7615e.o obj-$(CONFIG_MT7663U) += mt7663u.o