ARM: 8153/1: Enable gcov support on the ARM architecture
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / compressed / Makefile
index 79e9bdbfc491a29521939aa2747862fc491c6d6d..e1fc76ee441b5ee2fe1219a17a87b128dddbdb02 100644 (file)
@@ -37,6 +37,8 @@ ifeq ($(CONFIG_ARM_VIRT_EXT),y)
 OBJS           += hyp-stub.o
 endif
 
+GCOV_PROFILE           := n
+
 #
 # Architecture dependencies
 #
@@ -116,7 +118,8 @@ targets       := vmlinux vmlinux.lds \
 
 # Make sure files are removed during clean
 extra-y       += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern \
-                lib1funcs.S ashldi3.S $(libfdt) $(libfdt_hdrs)
+                lib1funcs.S ashldi3.S $(libfdt) $(libfdt_hdrs) \
+                hyp-stub.S
 
 ifeq ($(CONFIG_FUNCTION_TRACER),y)
 ORIG_CFLAGS := $(KBUILD_CFLAGS)