diff options
Diffstat (limited to 'hw/ipack/meson.build')
-rw-r--r-- | hw/ipack/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/ipack/meson.build b/hw/ipack/meson.build index 26567f1..e480522 100644 --- a/hw/ipack/meson.build +++ b/hw/ipack/meson.build @@ -1 +1,2 @@ -system_ss.add(when: 'CONFIG_IPACK', if_true: files('ipack.c', 'tpci200.c')) +system_ss.add(when: 'CONFIG_IPACK', if_true: files('ipack.c')) +system_ss.add(when: 'CONFIG_TPCI200', if_true: files('tpci200.c')) |