From 95a2ae1b5be49d7d7fada0b415d32e48528a8d03 Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Fri, 13 Feb 2015 20:02:08 +0000 Subject: [PATCH] Kernel Makefile: Fix typo --- Kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/Makefile b/Kernel/Makefile index 2692d1ad..4cc837cc 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -17,7 +17,7 @@ ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) all: fuzix.bin -# Platform propertyies +# Platform properties include platform-$(TARGET)/target.mk # CPU properties include cpu-$(CPU)/rules.mk -- 2.34.1