MC3302_SDK_V1.1.9_202507281.../media/sample/modules/vgs/Makefile

9 lines
161 B
Makefile
Raw Normal View History

2025-11-11 04:08:31 +00:00
include $(SDKROOT)/build/config.mk
SAMPNAME := $(shell basename `pwd`)
#SAMP_SRCS := $(wildcard *.c)
SAMP_SRCS := vgs_test.c
include $(SDKROOT)/build/apps.mk