From 13068d54d4e0736b57c80598c2e8b3ae26c287aa Mon Sep 17 00:00:00 2001 From: Krister Johansen Date: Tue, 8 Jun 2021 21:00:05 -0700 Subject: [PATCH] Enable bcc in the kernel build again. The bcc portion of the build had been disabled because it wasn't building. Now that bcc is building again, add it back to the list of default targets in the kernel build. Signed-off-by: Krister Johansen --- kernel/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/kernel/Makefile b/kernel/Makefile index 851293e9d..9a26a2d1e 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -226,11 +226,10 @@ forcepush_bcc_$(2)$(3)$(4): notdirty forcebuild_bcc_$(2)$(3)$(4) $(PUSH_MANIFEST) $(ORG)/$(IMAGE_BCC):$(1)$(3)$(4)-$(TAG) && \ $(PUSH_MANIFEST) $(ORG)/$(IMAGE_BCC):$(1)$(3)$(4) -# Disable bcc build as it is failing: https://github.com/linuxkit/linuxkit/issues/3652 -# build: build_bcc_$(2)$(3)$(4) -# forcebuild: forcebuild_bcc_$(2)$(3)$(4) -# push: push_bcc_$(2)$(3)$(4) -# forcepush: forcepush_bcc_$(2)$(3)$(4) +build: build_bcc_$(2)$(3)$(4) +forcebuild: forcebuild_bcc_$(2)$(3)$(4) +push: push_bcc_$(2)$(3)$(4) +forcepush: forcepush_bcc_$(2)$(3)$(4) endif endif