open-ameba/RTL00_SDKV35a/component/common/file_system/fatfs/r0.10c/Makefile

30 lines
1.1 KiB
Makefile
Raw Normal View History

2016-11-09 00:56:41 +00:00
include $(MAKE_INCLUDE_GEN)
.PHONY: all clean
#*****************************************************************************#
# Object FILE LIST #
#*****************************************************************************#
OBJS =
#*****************************************************************************#
# Dependency #
#*****************************************************************************#
-include $(OBJS:.o=.d)
#*****************************************************************************#
# RULES TO GENERATE TARGETS #
#*****************************************************************************#
# Define the Rules to build the core targets
all: CORE_TARGETS
make -C src all
#*****************************************************************************#
# GENERATE OBJECT FILE
#*****************************************************************************#
CORE_TARGETS: $(OBJS)