-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
48 lines (37 loc) · 1.19 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
################################################################################
# File:
# Makefile
#
# Author:
# Gerald Ruescher
#
# Description:
# Configuration for component DsSharedMemory
#
# (c) Copyright 2012, dSPACE GmbH. All rights reserved.
#
# $RCSfile: Makefile $ $Revision: 1.3 $ $Date: 2011/03/10 14:16:01MEZ $
################################################################################
AUTHOR := Gerald Ruescher
DESCRIPTION := Shared Memory layer
APPL_NAME := DsSharedMemory
EXPORT_INCLUDES :=
TARGET_PLATFORMS := DS1007CN DS1007HCN
FEATURE_COMPILE_ALL_SUBDIRS := yes
EXPORT_INCLUDES := DsSharedMemHeap.h DsSharedMemory.h
###### Optional Application Settings
## Optimize code?
SO_LIB_FILES += DsRtosAbstraction.so DsSharedMemMutex.so DsSharedMemHeapSrtk.so
LIB_FILES += SrtkMemoryMap.a
## Optimize code?
FEATURE_OPTIMZE := no
## Add debug info?
FEATURE_DEBUG := yes
## Source code inlining
FEATURE_INLINE := no
##### do not modify beyond this line ###########################
PROJECT_REVISION := $ProjectRevision: 1.10 $
include $(DSPACE_MK_DIR)\_cfg_root.mk
## Additional compiler flags
## Values: yes,no
CFLAGS += -Wno-format