summaryrefslogtreecommitdiff
path: root/hw/alpha/meson.build
blob: 81ca2157772f748568a7a4ba8dc4f15756723723 (plain)
1
2
3
4
5
6
7
8
alpha_ss = ss.source_set()
alpha_ss.add(when: 'CONFIG_DP264', if_true: files(
  'dp264.c',
  'pci.c',
  'typhoon.c',
))

hw_arch += {'alpha': alpha_ss}