--- nono/Makefile.inc 2026/04/29 17:05:11 1.1.1.8 +++ nono/Makefile.inc 2026/04/29 17:05:15 1.1.1.9 @@ -77,6 +77,7 @@ CPPFLAGS+= -I. CPPFLAGS+= -I${TOPDIR} CPPFLAGS+= -I${TOPDIR}/debugger CPPFLAGS+= -I${TOPDIR}/fpe +CPPFLAGS+= -I${TOPDIR}/hd64180 CPPFLAGS+= -I${TOPDIR}/host CPPFLAGS+= -I${TOPDIR}/lib CPPFLAGS+= -I${TOPDIR}/m680x0 @@ -99,6 +100,7 @@ MYLIBS= \ ../debugger/libnndebugger.a \ ../m680x0/libnnm680x0.a \ ../m88xx0/libnnm88xx0.a \ + ../hd64180/libnnhd64180.a \ ../fpe/libnnfpe.a \ ../host/libnnhost.a \ ../lib/libnnlib.a \