From b9d7ac983dd68de861f6c962981dfd25d0b1477c Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Wed, 15 Sep 2021 09:41:22 -0700 Subject: [PATCH] remove commented out code --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 779dcc5f79..3b9411d313 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,6 @@ KVM_GO_VERSION ?= $(GO_VERSION:.0=) INSTALL_SIZE ?= $(shell du out/minikube-windows-amd64.exe | cut -f1) BUILDROOT_BRANCH ?= 2021.02.4 GOLANG_OPTIONS = GO_VERSION=1.17 GO_HASH_FILE=$(PWD)/deploy/iso/minikube-iso/go.hash -# BUILDROOT_OPTIONS = BR2_EXTERNAL=$(PWD)/external $(GOLANG_OPTIONS) BUILDROOT_OPTIONS = BR2_EXTERNAL=../../deploy/iso/minikube-iso $(GOLANG_OPTIONS) REGISTRY ?= gcr.io/k8s-minikube