summaryrefslogtreecommitdiffstats
path: root/purgatory
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2012-08-02 11:41:05 +0900
committerSimon Horman <horms@verge.net.au>2012-08-02 11:41:05 +0900
commit5e48916fe32f5cecccdd42e0c99945fb4437b645 (patch)
tree681c778abfe40b641ac60e8ff2ecbf9bb5d3d638 /purgatory
parentdf88cab364cd1a3b8c992042d62efe5e350e6b2a (diff)
downloadkexec-tools-5e48916fe32f5cecccdd42e0c99945fb4437b645.tar.gz
build: Avoid duplicate files in tarball
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory')
-rw-r--r--purgatory/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/purgatory/Makefile b/purgatory/Makefile
index ee1679c3..711799b2 100644
--- a/purgatory/Makefile
+++ b/purgatory/Makefile
@@ -27,8 +27,6 @@ include $(srcdir)/purgatory/arch/s390/Makefile
include $(srcdir)/purgatory/arch/sh/Makefile
include $(srcdir)/purgatory/arch/x86_64/Makefile
-PURGATORY_SRCS+=$($(ARCH)_PURGATORY_SRCS)
-
PURGATORY_OBJS = $(call objify, $(PURGATORY_SRCS)) purgatory/sha256.o
PURGATORY_DEPS = $(call depify, $(PURGATORY_OBJS))