mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
14 lines
183 B
Makefile
14 lines
183 B
Makefile
|
TOP = ../..
|
||
|
include $(TOP)/make.mk
|
||
|
|
||
|
INCLUDES += \
|
||
|
-I$(TOP)/littlefs/ \
|
||
|
-I./
|
||
|
|
||
|
SRCS += \
|
||
|
$(TOP)/littlefs/lfs.c \
|
||
|
$(TOP)/littlefs/lfs_util.c \
|
||
|
./app.c
|
||
|
|
||
|
include $(TOP)/rules.mk
|