summaryrefslogtreecommitdiff
path: root/serverboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'serverboot/Makefile')
-rw-r--r--serverboot/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/serverboot/Makefile b/serverboot/Makefile
index 454b228f..653d5963 100644
--- a/serverboot/Makefile
+++ b/serverboot/Makefile
@@ -41,10 +41,7 @@ vpath boot_script.c $(srcdir)/../boot
vpath userland-boot.c $(srcdir)/../boot
# Look for zip stuff
-vpath unzip.c $(srcdir)/../exec
-vpath inflate.c $(srcdir)/../exec
-vpath util.c $(srcdir)/../exec
-vpath do-bunzip2.c $(srcdir)/../exec
+vpath %.c $(srcdir) $(srcdir)/../exec
# If SMALL_BZIP2 is defined, use relatively small memory.
# It's crucial for serverboot, because swap is not enabled yet.