aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2010-09-20 18:48:53 +0100
committerPeter Maydell <peter.maydell@linaro.org>2010-09-20 18:48:53 +0100
commit82739b7fb8393d86d1a85b73545955c06e4b37c0 (patch)
tree4445a42ed020a1b9cc7ef51eb41c59d70ec247eb /Makefile
parent452057e1b7fc91bfa3ee06e5a71c3d13d2711b6b (diff)
Split out socket related code into its own file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e99404a..0dc8871 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
PROG=risu
-SRCS=risu.c risu_$(ARCH).c
+SRCS=risu.c comms.c risu_$(ARCH).c
HDRS=risu.h
OBJS=$(SRCS:.c=.o)