diff options
Diffstat (limited to 'eim/build/Makefile')
-rw-r--r-- | eim/build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eim/build/Makefile b/eim/build/Makefile index b677364..e93b05f 100644 --- a/eim/build/Makefile +++ b/eim/build/Makefile @@ -9,7 +9,7 @@ ucf = ../ucf/novena_eim.ucf vfiles = \ ../rtl/novena_eim.v \ - ../rtl/novena_regs.v \ + ../../common/rtl/novena_regs.v \ ../../common/rtl/novena_clkmgr.v \ ../../common/rtl/ipcore/clkmgr_dcm.v \ ../../../common/core_selector/src/rtl/core_selector.v \ |