diff options
Diffstat (limited to 'hw/ppc/meson.build')
-rw-r--r-- | hw/ppc/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/meson.build b/hw/ppc/meson.build index 960ff52dfe..3717d74760 100644 --- a/hw/ppc/meson.build +++ b/hw/ppc/meson.build @@ -54,6 +54,7 @@ ppc_ss.add(when: 'CONFIG_POWERNV', if_true: files( 'pnv_homer.c', 'pnv_pnor.c', 'pnv_nest_pervasive.c', + 'pnv_n1_chiplet.c', )) # PowerPC 4xx boards ppc_ss.add(when: 'CONFIG_PPC405', if_true: files( |