X-Git-Url: https://jxself.org/git/?p=open-ath9k-htc-firmware.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=c9677cd4c5aadf1ac8b9d467d3ca8592d90461c4;hp=0465298f923b17519bc6bef3f2822c2ea1fe6a57;hb=82f9c2cb94a7f79199729b0d6a937710f87a778c;hpb=24b475841870cc495417619637c42d65381be38e diff --git a/Makefile b/Makefile index 0465298..c9677cd 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,8 @@ endef define BINUTILS/Compile $(call Common/Compile,BINUTILS, \ - --target=$(TARGET), \ + --target=$(TARGET) \ + --disable-werror, \ $(MAKE) && $(MAKE) -j1 install \ ) endef