From 97ebc24886791162786a295300faa24f0fe79f0f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 1 Nov 2021 00:56:35 -0400 Subject: sim: frv: reduce -Wno-error scope Only two files in here still generates warnings, so reduce the -Werror disable to that now that we require GNU make and can set variables on a per-object basis. --- sim/frv/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sim') diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index e709e37..2c17075 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -40,8 +40,8 @@ SIM_EXTRA_CFLAGS = @SIM_FRV_TRAPDUMP_FLAGS@ SIM_EXTRA_CLEAN = frv-clean -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = +# Some modules don't build cleanly yet. +memory.o sem.o: SIM_WERROR_CFLAGS = ## COMMON_POST_CONFIG_FRAG -- cgit v1.1