From a96a1afbc7659e051d41289e9d056359e1f98197 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Tue, 19 Jul 2011 21:54:29 +0100 Subject: [PATCH] Remove AVR-specific comments from MIPS Makefile. --- ports/mips/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/ports/mips/Makefile b/ports/mips/Makefile index 04d340b..2254250 100644 --- a/ports/mips/Makefile +++ b/ports/mips/Makefile @@ -4,9 +4,6 @@ # Build all test applications: # make -# -# Program a test application using UISP (appname => test app e.g. sems1): -# make program app=appname # Location of build tools and atomthreads sources KERNEL_DIR=../../kernel