File: meson.build

package info (click to toggle)
qemu 1%3A10.0.3%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 413,576 kB
  • sloc: ansic: 4,733,420; pascal: 114,769; python: 105,506; asm: 68,406; sh: 52,852; makefile: 27,462; perl: 18,778; cpp: 11,435; xml: 3,404; objc: 2,877; yacc: 2,505; php: 1,299; tcl: 1,296; lex: 1,110; sql: 71; awk: 43; sed: 35; javascript: 7
file content (4 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (6)
1
2
3
4
system_ss.add(when: 'CONFIG_STM32F2XX_ADC', if_true: files('stm32f2xx_adc.c'))
system_ss.add(when: 'CONFIG_ASPEED_SOC', if_true: files('aspeed_adc.c'))
system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_adc.c'))
system_ss.add(when: 'CONFIG_ZYNQ', if_true: files('zynq-xadc.c'))