mirror of
https://github.com/drasko/open-ameba.git
synced 2026-07-08 20:35:42 +00:00
Change SDK dir name. Use OpenOCD only.
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
parent
05b731b5f3
commit
eeb7f808ae
1446 changed files with 1 additions and 65 deletions
29
sdk/component/common/file_system/fatfs/r0.10c/Makefile
Normal file
29
sdk/component/common/file_system/fatfs/r0.10c/Makefile
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
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)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue