From 4f05f15366d28f0ecd547450c5349ba819ac9001 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 6 Oct 2015 17:55:37 +1100 Subject: [PATCH] serial_echo: Fix program name in makefile --- examples/serial_echo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/serial_echo/Makefile b/examples/serial_echo/Makefile index 717b163..2b34c0e 100644 --- a/examples/serial_echo/Makefile +++ b/examples/serial_echo/Makefile @@ -1,3 +1,3 @@ -# Simple makefile for simple example -PROGRAM=simple +# Simple makefile for serial_echo example +PROGRAM=serial_echo include ../../common.mk