hw/avr: Build as common unit files
Nothing there is target-specific anymore. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-Id: <20260313062055.2188-38-philmd@linaro.org>
Philippe Mathieu-Daudé committed
Mar 13, 2026 at 05:52 UTC
61eb064a5672255f9ac4f6303077fc5c30bb5f19
2 files changed
+2
-2
hw/misc/meson.build
+1
-1
@@ -152,7 +152,7 @@ system_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_ahb_apb_pnp.c'))
152
153
system_ss.add(when: 'CONFIG_I2C_ECHO', if_true: files('i2c-echo.c'))
154
155
-specific_ss.add(when: 'CONFIG_AVR_POWER', if_true: files('avr_power.c'))
155
+system_ss.add(when: 'CONFIG_AVR_POWER', if_true: files('avr_power.c'))
156
157
system_ss.add(when: 'CONFIG_MAC_VIA', if_true: files('mac_via.c'))
158
hw/timer/meson.build
+1
-1
@@ -33,4 +33,4 @@ system_ss.add(when: 'CONFIG_XILINX', if_true: files('xilinx_timer.c'))
33
specific_ss.add(when: 'CONFIG_IBEX', if_true: files('ibex_timer.c'))
34
system_ss.add(when: 'CONFIG_SIFIVE_PWM', if_true: files('sifive_pwm.c'))
35
36
-specific_ss.add(when: 'CONFIG_AVR_TIMER16', if_true: files('avr_timer16.c'))
36
+system_ss.add(when: 'CONFIG_AVR_TIMER16', if_true: files('avr_timer16.c'))