--- nono/lib/Makefile 2026/04/29 17:05:08 1.1.1.6 +++ nono/lib/Makefile 2026/04/29 17:05:26 1.1.1.8 @@ -17,6 +17,7 @@ CXXSRCS_lib= \ bitops.cpp \ config.cpp \ object.cpp \ + object_id.cpp \ logger.cpp \ macaddr.cpp \ mainapp.cpp \ @@ -28,6 +29,11 @@ CXXSRCS_lib= \ panic.cpp \ textscreen.cpp \ +.if "${HOST_HAS_AVX2}" == "yes" +CXXSRCS_lib+= bitmap_avx2.cpp +CXXFLAGS.bitmap_avx2.cpp+= -mavx2 +.endif + CXXSRCS_test= \ test_mystring.cpp \