mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-23 08:48:35 +03:00
Renamed simtrace_src to src_simtrace
This commit is contained in:
@@ -88,7 +88,7 @@ NM = $(CROSS_COMPILE)nm
|
|||||||
# Flags
|
# Flags
|
||||||
INCLUDES_USB = -Iatmel_softpack_libraries/usb/include
|
INCLUDES_USB = -Iatmel_softpack_libraries/usb/include
|
||||||
|
|
||||||
INCLUDES = -Iinclude_board -Iinclude_sam3s -Iinclude -Isimtrace_src
|
INCLUDES = -Iinclude_board -Iinclude_sam3s -Iinclude -Isrc_simtrace
|
||||||
INCLUDES += -Icmsis
|
INCLUDES += -Icmsis
|
||||||
INCLUDES += $(INCLUDES_USB)
|
INCLUDES += $(INCLUDES_USB)
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ LDFLAGS = -mcpu=cortex-m3 -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-secti
|
|||||||
# Directories where source files can be found
|
# Directories where source files can be found
|
||||||
|
|
||||||
USB_PATHS = $(AT91LIB_USB_CORE_PATH) $(AT91LIB_USB_COMMON_CORE_PATH)
|
USB_PATHS = $(AT91LIB_USB_CORE_PATH) $(AT91LIB_USB_COMMON_CORE_PATH)
|
||||||
VPATH += src_board src_sam3s cmsis $(USB_PATHS) simtrace_src
|
VPATH += src_board src_sam3s cmsis $(USB_PATHS) src_simtrace
|
||||||
|
|
||||||
# Objects built from C source files
|
# Objects built from C source files
|
||||||
C_CMSIS = core_cm3.o
|
C_CMSIS = core_cm3.o
|
||||||
|
|||||||
Reference in New Issue
Block a user