File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ NOSTDINC_FLAGS := \
4646 -I$(STAGING_DIR ) /usr/include/mac80211-backport/uapi \
4747 -I$(STAGING_DIR ) /usr/include/mac80211 \
4848 -I$(STAGING_DIR ) /usr/include/mac80211/uapi \
49- -include backport/backport.h
49+ -include backport/backport.h \
50+ -Wno-error=missing-prototypes
5051
5152NOSTDINC_FLAGS += \
5253 -DCONFIG_TRAFFIC_PROTECT \
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ NOSTDINC_FLAGS := \
4747 -I$(STAGING_DIR ) /usr/include/mac80211-backport/uapi \
4848 -I$(STAGING_DIR ) /usr/include/mac80211 \
4949 -I$(STAGING_DIR ) /usr/include/mac80211/uapi \
50- -include backport/backport.h
50+ -include backport/backport.h \
51+ -Wno-error=missing-prototypes
5152
5253NOSTDINC_FLAGS += \
5354 -DCONFIG_TRAFFIC_PROTECT \
You can’t perform that action at this time.
0 commit comments