From f98bc9bb4ebdab19834a7dd1c8cd8984181d3d3e Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Mon, 25 Oct 2021 16:04:10 -0400 Subject: steps toward SPI support in watch library --- apps/Sensor Watch SPI Test/make/.gitignore | 1 + apps/Sensor Watch SPI Test/make/Makefile | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100755 apps/Sensor Watch SPI Test/make/.gitignore create mode 100755 apps/Sensor Watch SPI Test/make/Makefile (limited to 'apps/Sensor Watch SPI Test/make') diff --git a/apps/Sensor Watch SPI Test/make/.gitignore b/apps/Sensor Watch SPI Test/make/.gitignore new file mode 100755 index 00000000..3722ac63 --- /dev/null +++ b/apps/Sensor Watch SPI Test/make/.gitignore @@ -0,0 +1 @@ +build/ diff --git a/apps/Sensor Watch SPI Test/make/Makefile b/apps/Sensor Watch SPI Test/make/Makefile new file mode 100755 index 00000000..c66ad20c --- /dev/null +++ b/apps/Sensor Watch SPI Test/make/Makefile @@ -0,0 +1,10 @@ +TOP = ../../.. +include $(TOP)/make.mk + +INCLUDES += \ + -I../ + +SRCS += \ + ../app.c + +include $(TOP)/rules.mk -- cgit v1.2.3