[TOOLCHAIN] Building cross compiler, debugger and bootloader

This commit is contained in:
2016-07-22 20:49:27 +02:00
parent 0ffcf4316d
commit 94999611d4
7 changed files with 315 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
# Check that the build environment is setup
# Idea taken from https://github.com/klange/toaruos
ifeq ($(MITTOS64),)
$(error Build environment is not activated. Please source activate)
endif
.PHONY: all
all: