-
Notifications
You must be signed in to change notification settings - Fork 7
/
Makefile
45 lines (33 loc) · 1.72 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
###############################################################################
# #
# Copyright (C) 2017 Infineon Technologies AG. All rights reserved. #
# #
# #
# IMPORTANT NOTICE #
# #
# #
# Infineon Technologies AG (Infineon) is supplying this file for use #
# exclusively with Infineon’s microcontroller products. This file can be #
# freely distributed within development tools that are supporting such #
# microcontroller products. #
# #
# THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED #
# OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF #
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.#
# INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL,#
# OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER. #
# #
###############################################################################
SHELL = /bin/sh
include $(BINUTILS_PATH)/../Bifaces/Make/Root.mk
all:
clean:
cleanMake:
rmall:
rebuild:
indent:
doc:
cleandoc:
prebuild:
postbuild:
help: