File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
- include Makefile.defs
3
2
-include Makefile.platform
4
3
-include .Makefile.options.cache
4
+ include Makefile.defs
5
5
include common_arm/Makefile.hal
6
6
7
7
# preserve relative DESTDIR path for subdir makes
Original file line number Diff line number Diff line change @@ -6,3 +6,8 @@ PLATFORM=PM3RDV4
6
6
# If you want more than one PLATFORM_EXTRAS option, separate them by spaces:
7
7
#PLATFORM_EXTRAS=BTADDON
8
8
#STANDALONE=LF_SAMYRUN
9
+
10
+ # To accelerate repetitive compilations:
11
+ # Install package "ccache" -> Debian/Ubuntu: /usr/lib/ccache, Fedora/CentOS/RHEL: /usr/lib64/ccache
12
+ # And uncomment the following line
13
+ #export PATH := /usr/lib64/ccache:/usr/lib/ccache:${PATH}
Original file line number Diff line number Diff line change 4
4
# the license.
5
5
# -----------------------------------------------------------------------------
6
6
7
- include ../Makefile.defs
8
7
ifeq ($(PLTNAME ) ,)
9
8
-include ../Makefile.platform
10
9
-include ../.Makefile.options.cache
11
10
ifneq ($(PLATFORM), $(CACHED_PLATFORM))
12
11
$(error platform definitions have been changed, please "make clean" at the root of the project)
13
12
endif
14
13
endif
14
+ include ../Makefile.defs
15
15
16
16
ifeq ($(PLATFORM ) ,PM3ICOPYX)
17
17
INCLUDES += -DICOPYX
You can’t perform that action at this time.
0 commit comments