Files
microchip-application-pec93…/Examples/flash/flash_sram_run/component.mk
T

17 lines
186 B
Makefile
Raw Normal View History

2026-02-03 11:37:13 +08:00
#
# component Makefile
#
C_SOURCES += \
$(srctree)/$(PROJ)/src/isr.c \
$(srctree)/$(PROJ)/src/main.c
C_INCLUDES += -I$(srctree)/$(PROJ)/inc
LIBS +=
CFLAGS +=
LDFLAGS +=
LIBDIR +=