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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_LM3S811_GCC/] [Makefile] - Blame information for rev 581

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 581 jeremybenn
#******************************************************************************
2
#
3
# Makefile - Rules for building the driver library and examples.
4
#
5
# Copyright (c) 2005,2006 Luminary Micro, Inc.  All rights reserved.
6
#
7
# Software License Agreement
8
#
9
# Luminary Micro, Inc. (LMI) is supplying this software for use solely and
10
# exclusively on LMI's Stellaris Family of microcontroller products.
11
#
12
# The software is owned by LMI and/or its suppliers, and is protected under
13
# applicable copyright laws.  All rights are reserved.  Any use in violation
14
# of the foregoing restrictions may subject the user to criminal sanctions
15
# under applicable laws, as well as to civil liability for the breach of the
16
# terms and conditions of this license.
17
#
18
# THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED
19
# OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
20
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
21
# LMI SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR
22
# CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
23
#
24
#******************************************************************************
25
 
26
include makedefs
27
 
28
RTOS_SOURCE_DIR=../../Source
29
DEMO_SOURCE_DIR=../Common/Minimal
30
 
31
CFLAGS+=-I hw_include -I . -I ${RTOS_SOURCE_DIR}/include -I ${RTOS_SOURCE_DIR}/portable/GCC/ARM_CM3 -I ../Common/include -D GCC_ARMCM3_LM3S102 -D inline=
32
 
33
VPATH=${RTOS_SOURCE_DIR}:${RTOS_SOURCE_DIR}/portable/MemMang:${RTOS_SOURCE_DIR}/portable/GCC/ARM_CM3:${DEMO_SOURCE_DIR}:init:hw_include
34
 
35
OBJS=${COMPILER}/main.o \
36
          ${COMPILER}/list.o    \
37
      ${COMPILER}/queue.o   \
38
      ${COMPILER}/tasks.o   \
39
      ${COMPILER}/port.o    \
40
      ${COMPILER}/heap_1.o  \
41
          ${COMPILER}/BlockQ.o  \
42
          ${COMPILER}/PollQ.o   \
43
          ${COMPILER}/integer.o \
44
          ${COMPILER}/semtest.o \
45
          ${COMPILER}/osram96x16.o
46
 
47
INIT_OBJS= ${COMPILER}/startup.o
48
 
49
LIBS= hw_include/libdriver.a
50
 
51
 
52
#
53
# The default rule, which causes init to be built.
54
#
55
all: ${COMPILER}           \
56
     ${COMPILER}/RTOSDemo.axf \
57
 
58
#
59
# The rule to clean out all the build products
60
#
61
 
62
clean:
63
        @rm -rf ${COMPILER} ${wildcard *.bin} RTOSDemo.axf
64
 
65
#
66
# The rule to create the target directory
67
#
68
${COMPILER}:
69
        @mkdir ${COMPILER}
70
 
71
${COMPILER}/RTOSDemo.axf: ${INIT_OBJS} ${OBJS} ${LIBS}
72
SCATTER_RTOSDemo=standalone.ld
73
ENTRY_RTOSDemo=ResetISR
74
 
75
#
76
#
77
# Include the automatically generated dependency files.
78
#
79
-include ${wildcard ${COMPILER}/*.d} __dummy__
80
 
81
 
82
 
83
 
84
 
85
 

powered by: WebSVN 2.1.0

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