add beginnings of a uart-controlled prototyping app
This commit is contained in:
10
apps/uart-display/Makefile
Executable file
10
apps/uart-display/Makefile
Executable file
@@ -0,0 +1,10 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/make.mk
|
||||
|
||||
INCLUDES += \
|
||||
-I./
|
||||
|
||||
SRCS += \
|
||||
./app.c
|
||||
|
||||
include $(TOP)/rules.mk
|
||||
Reference in New Issue
Block a user