From 8d2dc42d7fd7e1d52b7ad497e2ac1223de333ad3 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 13 Mar 2022 18:03:42 -0400 Subject: add beginnings of a uart-controlled prototyping app --- apps/uart-display/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 apps/uart-display/Makefile (limited to 'apps/uart-display/Makefile') diff --git a/apps/uart-display/Makefile b/apps/uart-display/Makefile new file mode 100755 index 00000000..5534c178 --- /dev/null +++ b/apps/uart-display/Makefile @@ -0,0 +1,10 @@ +TOP = ../.. +include $(TOP)/make.mk + +INCLUDES += \ + -I./ + +SRCS += \ + ./app.c + +include $(TOP)/rules.mk -- cgit v1.2.3