Skip to content

Commit

Permalink
scripts/Makefile.extrawarn: Silence more DTC warnings
Browse files Browse the repository at this point in the history
While our "extrawarns" logic has gotten out of sync with upstream
Kbuild, for now lets start by bringing in the latest set of DTC_FLAGS
from the Linux Kernel 5.0 to match their behavior in silencing warnings
from dtc.

Cc: Masahiro Yamada <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
  • Loading branch information
trini committed Mar 25, 2019
1 parent b02f2e7 commit 00717b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/Makefile.extrawarn
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@ DTC_FLAGS += -Wno-unit_address_format
DTC_FLAGS += -Wno-pci_bridge
DTC_FLAGS += -Wno-pci_device_bus_num
DTC_FLAGS += -Wno-pci_device_reg
DTC_FLAGS += -Wno-avoid_unnecessary_addr_size
DTC_FLAGS += -Wno-alias_paths

endif

0 comments on commit 00717b0

Please sign in to comment.