aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2011-02-08 18:33:03 +0100
committerChristophe Lyon <christophe.lyon@st.com>2011-02-08 18:33:03 +0100
commita6b7ca2f54ef1d62bc3b1c7dcd2881cc71b9b2a1 (patch)
treeb7535dfebfb890d6ebb8df23bdf31dbb7a4c1c69 /Makefile
parentf0ecb5a040ce3b9baf1e8ddd53f02e46470fd965 (diff)
downloadplatform_external_arm-neon-tests-a6b7ca2f54ef1d62bc3b1c7dcd2881cc71b9b2a1.tar.gz
platform_external_arm-neon-tests-a6b7ca2f54ef1d62bc3b1c7dcd2881cc71b9b2a1.tar.bz2
platform_external_arm-neon-tests-a6b7ca2f54ef1d62bc3b1c7dcd2881cc71b9b2a1.zip
Mark intermediate files as precious to avoid having to rebuild them all the time.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f9bfae7..cf4a5b3 100644
--- a/Makefile
+++ b/Makefile
@@ -70,8 +70,8 @@ $(REFRVCT).qemu: compute_ref.axf
qemu-system-arm -cpu cortex-a9 -semihosting -nographic -kernel $^
# Avoid rebuilding compute_ref.axf if already present, for users who
# don't have rvct
-.INTERMEDIATE: compute_ref.rvct.o retarget.rvct.o InitCache.o Init.o \
- $(REFOBJS.rvct)
+.PRECIOUS .INTERMEDIATE: compute_ref.rvct.o retarget.rvct.o \
+ InitCache.o Init.o $(REFOBJS.rvct)
compute_ref.axf: scatter.scat compute_ref.rvct.o retarget.rvct.o \
InitCache.o Init.o $(REFOBJS.rvct)