OpenCores
URL https://opencores.org/ocsvn/openmsp430/openmsp430/trunk

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [src-c/] [coremark_v1.0/] [msp430/] [core_portme.mak] - Diff between revs 200 and 211

Show entire file | Details | Blame | View Log

Rev 200 Rev 211
Line 31... Line 31...
#       Note : On certain platforms, the default clock_gettime implementation is supported but requires linking of librt.
#       Note : On certain platforms, the default clock_gettime implementation is supported but requires linking of librt.
LFLAGS_END += -T$(PORT_DIR)/linker.${MSPGCC_PFX}.x
LFLAGS_END += -T$(PORT_DIR)/linker.${MSPGCC_PFX}.x
 
 
# Flag : PORT_SRCS
# Flag : PORT_SRCS
#       Port specific source files can be added here
#       Port specific source files can be added here
PORT_SRCS = $(PORT_DIR)/core_portme.c $(PORT_DIR)/omsp_func.c $(PORT_DIR)/copydata.c
PORT_SRCS = $(PORT_DIR)/core_portme.c $(PORT_DIR)/omsp_func.c $(PORT_DIR)/mylib/copydata.c $(PORT_DIR)/mylib/cprintf.c
 
 
# Flag : LOAD
# Flag : LOAD
#       For a simple port, we assume self hosted compile and run, no load needed.
#       For a simple port, we assume self hosted compile and run, no load needed.
 
 
# Flag : RUN
# Flag : RUN

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.