Skip to content

Commit 0ab790a

Browse files
committed
Compile virtio-net.c into virtio-net.o during build process
Added compilation rule to include virtio-net.c and generate virtio-net.o object file in the Makefile. This change ensures that the virtio-net functionality is compiled and linked correctly into the project.
1 parent 2a512ab commit 0ab790a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ OBJS := \
3030
virtio-pci.o \
3131
virtq.o \
3232
virtio-blk.o \
33+
virtio-net.o \
3334
diskimg.o \
3435
main.o
3536

0 commit comments

Comments
 (0)