Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / examples / common / m5stack-tft / repo / Makefile
1 #
2 # This is a project Makefile. It is assumed the directory this Makefile resides in is a
3 # project subdirectory.
4 #
5
6 PROJECT_NAME := tft_demo
7
8 EXTRA_CFLAGS += --save-temps
9
10 include $(IDF_PATH)/make/project.mk
11