From 2898afab1d7aacc1fdd9289bb7d6c3b844376242 Mon Sep 17 00:00:00 2001 From: Alex Brown Date: Tue, 7 May 2024 10:24:20 +1000 Subject: [PATCH] virtio-snd: fix Makefile after rebase Signed-off-by: Alex Brown --- examples/virtio-snd/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/virtio-snd/Makefile b/examples/virtio-snd/Makefile index b9e58b0b8..642ddadda 100644 --- a/examples/virtio-snd/Makefile +++ b/examples/virtio-snd/Makefile @@ -128,9 +128,6 @@ VMM_OBJS := printf.o \ smc.o \ fault.o \ util.o \ - bitarray.o \ - fsmem.o \ - datastore.o \ vgic.o \ vgic_v2.o \ tcb.o \