mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00

Lots of this are expected to be coming in, create a directory for them. Also move the tmp105.h file into the include directory where it should be. Cc: Cédric Le Goater <clg@kaod.org> Cc: Peter Maydell <peter.maydell@linaro.org> Cc: Andrew Jeffery <andrew@aj.id.au> Cc: Joel Stanley <joel@jms.id.au> Cc: Andrzej Zaborowski <balrogg@gmail.com> Cc: qemu-arm@nongnu.org Signed-off-by: Corey Minyard <cminyard@mvista.com> Acked-by: Cédric Le Goater <clg@kaod.org>
3 lines
200 B
Meson
3 lines
200 B
Meson
softmmu_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
|
|
softmmu_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
|
|
softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
|