qemu-cr16/hw/cr16c/meson.build
Jonas Bewig 3fc0f53606
CR16C: Clean up boards
Implement a generic virt board and the basic structure for the Gigaset DE410 board.
2025-08-14 10:39:59 +02:00

6 lines
182 B
Meson

cr16c_ss = ss.source_set()
cr16c_ss.add(files('virt.c'))
cr16c_ss.add(files('sc14461.c'))
cr16c_ss.add(files('de410.c'))
cr16c_ss.add(files('boot.c'))
hw_arch += {'cr16c': cr16c_ss}