From: Will Sowerbutts Date: Fri, 13 Feb 2015 20:02:08 +0000 (+0000) Subject: Kernel Makefile: Fix typo X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=95a2ae1b5be49d7d7fada0b415d32e48528a8d03;p=FUZIX.git Kernel Makefile: Fix typo --- 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