From d0d7f2a742bb640cc8654231ed195d092c534ce3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 1 Nov 2021 00:55:02 -0400 Subject: sim: erc32: reduce -Wno-error scope Only one file in here still generates warnings, so reduce the -Werror disable to that alone now that we require GNU make and can set variables on a per-object basis. --- sim/erc32/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sim/erc32') diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 130220e..613f9fa 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -32,8 +32,8 @@ SIM_EXTRA_CLEAN = clean-sis # behaviour of UART interrupt routines ... SIM_EXTRA_CFLAGS += -DFAST_UART -I$(srcroot) -# Code doesn't build cleanly yet. -SIM_WERROR_CFLAGS = +# Some modules don't build cleanly yet. +exec.o: SIM_WERROR_CFLAGS = ## COMMON_POST_CONFIG_FRAG -- cgit v1.1