mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2026-07-06 19:45:39 +00:00
motify compile link error
motify compile link error
This commit is contained in:
parent
923914edae
commit
03e74a8e50
5418 changed files with 1367914 additions and 206149 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue