motify compile link error

motify compile link error
This commit is contained in:
ant 2016-09-18 09:03:25 +08:00
parent 923914edae
commit 03e74a8e50
5418 changed files with 1367914 additions and 206149 deletions

View file

@ -1,32 +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)
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)