From ddac5fcb06b212f2d24492f8b89f6eb353a870eb Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Wed, 8 Nov 2017 11:21:03 +0000 Subject: [PATCH] Rename kernel output file --- .gitignore | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21b3049..a657173 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ *.iso /config.mk +/kernelmq diff --git a/Makefile b/Makefile index f664e8e..9fa26d9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export AS = $(CCPREFIX)as export CC = $(CCPREFIX)gcc export INCLUDE = $(shell pwd)/include -export KERNEL = $(shell pwd)/kernelmq.multiboot2 +export KERNEL = $(shell pwd)/kernelmq export LIBK = $(shell pwd)/libk/libk.a export LIBARCH = $(shell pwd)/arch/$(ARCH)/libarch.a export LINKER = $(shell pwd)/arch/$(ARCH)/linker.ld