open-ameba/sdk/component/common/file_system/fatfs/r0.10c/Makefile
Drasko DRASKOVIC eeb7f808ae Change SDK dir name. Use OpenOCD only.
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2017-05-14 18:47:13 +02:00

29 lines
1.1 KiB
Makefile

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)