summaryrefslogtreecommitdiff
path: root/utils/meson.build
blob: 7f2b9b4d57519c50e3447c1205255e2599457d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: CC0-1.0

subdir('ipu3')
subdir('tracepoints')

## Code generation
py_modules += ['yaml']
gen_controls = files('gen-controls.py')
gen_formats = files('gen-formats.py')
gen_header = files('gen-header.sh')

## Module signing
gen_ipa_priv_key = files('gen-ipa-priv-key.sh')
gen_ipa_pub_key = files('gen-ipa-pub-key.py')