Skip to content

Commit

Permalink
Compile virtio-net.c into virtio-net.o during build process
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jimmylu890303 committed Jul 21, 2024
1 parent d7f9a3c commit 7df0924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ OBJS := \
virtio-pci.o \
virtq.o \
virtio-blk.o \
virtio-net.o \
diskimg.o \
main.o

Expand Down

0 comments on commit 7df0924

Please sign in to comment.