rtlduino rtl8710af gcc base version

This commit is contained in:
RtlduinoMan 2016-09-12 17:16:56 +08:00
parent 7675bdb95f
commit 9c0c9edf61
2097 changed files with 779974 additions and 2 deletions

View 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)