--- nono/vm/Makefile 2026/04/29 17:05:33 1.1.1.16 +++ nono/vm/Makefile 2026/04/29 17:05:37 1.1.1.17 @@ -158,6 +158,11 @@ libnnvm.a: ${OBJS_vm} test_busio: test_busio.o ${CXX} ${LDFLAGS} -o $@ $> +test_ethernet: test_ethernet.o ../lib/libnnlib.a + ${CXX} ${LDFLAGS} -o $@ $> + +test_ethernet.o: test_ethernet.cpp ethernet.cpp + # LIBS は libbsd のため。 test_windrv: test_windrv.o ../lib/libnnlib.a ${CXX} ${LDFLAGs} -o $@ $> ${LIBS}