mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
10 lines
262 B
Diff
10 lines
262 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
-EXTRA_CFLAGS += -Werror -DCONFIG_MT76_LEDS
|
|
+EXTRA_CFLAGS += -DCONFIG_MT76_LEDS
|
|
obj-m := mt76.o
|
|
obj-$(CONFIG_MT76_USB) += mt76-usb.o
|
|
obj-$(CONFIG_MT76_SDIO) += mt76-sdio.o
|