diff --git a/Makefile b/Makefile index 492dc56a1..01cb744a5 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,8 @@ endif # this list contains the standalone components -src := corev_apu/tb/ariane.sv \ +src := core/include/$(target)_config_pkg.sv \ + corev_apu/tb/ariane.sv \ $(wildcard corev_apu/bootrom/*.sv) \ $(wildcard corev_apu/clint/*.sv) \ $(wildcard corev_apu/fpga/src/axi2apb/src/*.sv) \