From e84f21630f66e9448e82c02ffb7d136f221a6273 Mon Sep 17 00:00:00 2001 From: SolidHal Date: Tue, 30 Jun 2020 18:31:22 -0700 Subject: [PATCH] Correcct kernel installation --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3400474..ac42abf 100644 --- a/makefile +++ b/makefile @@ -72,7 +72,7 @@ build_dirs: $(PRAWNOS_BUILD) #:::::::::::::::::::::::::::::: image management :::::::::::::::::::::::::: .PHONY: kernel_install -kernel_inject: #Targets an already built .img and swaps the old kernel with the newly compiled kernel +kernel_install: #Targets an already built .img and swaps the old kernel with the newly compiled kernel $(PRAWNOS_IMAGE_SCRIPTS_INSTALL_KERNEL) $(KVER) $(PRAWNOS_IMAGE) .PHONY: kernel_update