From 11a90aff838ced1cea5c78cea8ed0c6ddcfd6cbd Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 16 Mar 2023 07:43:56 +0100 Subject: Fix out of tree builds and place h in generated --- machxo2/arch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machxo2/arch.cc') diff --git a/machxo2/arch.cc b/machxo2/arch.cc index 75566aed..e0ddd0d5 100644 --- a/machxo2/arch.cc +++ b/machxo2/arch.cc @@ -28,7 +28,7 @@ #include "router1.h" #include "router2.h" #include "util.h" -#include "chipdb/available.h" +#include "machxo2_available.h" NEXTPNR_NAMESPACE_BEGIN -- cgit v1.2.3