aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClaudio Fontana <claudio.fontana@huawei.com>2013-09-19 14:51:05 +0200
committerPeter Maydell <peter.maydell@linaro.org>2014-04-25 13:07:15 +0100
commit3af90c91d9b8762071e3cc7ff518cb9c6527940e (patch)
treed0a433caf67ef16e4dc6357a33e919c1d7489429 /Makefile
parentdc7abf3adb24c52a59b4ef7b40c58ffb4f45ff93 (diff)
risu_reginfo_arm: new module for the reginfo struct
put the struct reginfo and its methods in a separate module. This also addresses the problem with the memcmp being used directly on the struct without the memset 0. Signed-off-by: Claudio Fontana <claudio.fontana@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c934cb..711a908 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ include Makefile.in
CFLAGS ?= -g -Wall
PROG=risu
-SRCS=risu.c comms.c risu_$(ARCH).c
+SRCS=risu.c comms.c risu_$(ARCH).c risu_reginfo_$(ARCH).c
HDRS=risu.h
BINS=test_$(ARCH).bin