From b6da3ac2d9d45831605d6d83c5fdc94987dc5393 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 23 Jan 2020 16:31:46 +0000 Subject: Allow for static and dynamic builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1367fe2..dda35b1 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ qemu-boot: $(OUTPUT)/build-host/kernel/.lh_installed $(OUTPUT)/tmp/.lh_diskimage ## libc, toolchains, utilities, for the build itself, or for building the host include sub/kernel/Makefile -include sub/util-linux/Makefile +# include sub/util-linux/Makefile include sub/xz/Makefile include sub/kmod/Makefile -- cgit v1.3.1