mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2026-03-22 04:47:18 +08:00
LED control support
This commit is contained in:
7
Makefile
7
Makefile
@@ -17,8 +17,15 @@ EXTRA_CFLAGS += -Wno-unused-variable
|
||||
#EXTRA_CFLAGS += -Wno-vla
|
||||
EXTRA_CFLAGS += -Wno-misleading-indentation
|
||||
EXTRA_CFLAGS += -Wno-implicit-fallthrough
|
||||
|
||||
# Activates Concurrent Mode if uncommented
|
||||
#EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
|
||||
|
||||
# LED Control
|
||||
EXTRA_CFLAGS += -DCONFIG_LED_CONTROL
|
||||
EXTRA_CFLAGS += -DCONFIG_SW_LED -DCONFIG_RTW_SW_LED
|
||||
EXTRA_CFLAGS += -DCONFIG_LED_ENABLE
|
||||
|
||||
# gcc-12
|
||||
EXTRA_CFLAGS += -Wno-address
|
||||
EXTRA_CFLAGS += -Wframe-larger-than=1648
|
||||
|
||||
Reference in New Issue
Block a user