mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2026-07-03 18:15:39 +00:00
rtlduino rtl8710af gcc base version
This commit is contained in:
parent
7675bdb95f
commit
9c0c9edf61
2097 changed files with 779974 additions and 2 deletions
32
component/common/file_system/fatfs/r0.10c/src/Makefile
Normal file
32
component/common/file_system/fatfs/r0.10c/src/Makefile
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
include $(MAKE_INCLUDE_GEN)
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
RT_USB_OTG_DIR = $(HWLIBDIR)/usb_otg/realtek/v3_0
|
||||
|
||||
MODULE_IFLAGS = -I$(RT_USB_OTG_DIR)/include/umsc
|
||||
MODULE_IFLAGS += -I../include
|
||||
|
||||
#*****************************************************************************#
|
||||
# Object FILE LIST #
|
||||
#*****************************************************************************#
|
||||
OBJS = ff.o diskio.o ff_driver.o
|
||||
|
||||
|
||||
#*****************************************************************************#
|
||||
# Dependency #
|
||||
#*****************************************************************************#
|
||||
-include $(OBJS:.o=.d)
|
||||
|
||||
#*****************************************************************************#
|
||||
# RULES TO GENERATE TARGETS #
|
||||
#*****************************************************************************#
|
||||
|
||||
# Define the Rules to build the core targets
|
||||
all: CORE_TARGETS COPY_RAM_OBJS
|
||||
|
||||
#*****************************************************************************#
|
||||
# GENERATE OBJECT FILE
|
||||
#*****************************************************************************#
|
||||
CORE_TARGETS: $(OBJS)
|
||||
Loading…
Add table
Add a link
Reference in a new issue