aboutsummaryrefslogtreecommitdiff
path: root/contrib/elf2dmp/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/elf2dmp/Makefile.objs')
-rw-r--r--contrib/elf2dmp/Makefile.objs3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/elf2dmp/Makefile.objs b/contrib/elf2dmp/Makefile.objs
index e3140f58cf..1505716916 100644
--- a/contrib/elf2dmp/Makefile.objs
+++ b/contrib/elf2dmp/Makefile.objs
@@ -1 +1,4 @@
elf2dmp-obj-y = main.o addrspace.o download.o pdb.o qemu_elf.o
+
+download.o-cflags := $(CURL_CFLAGS)
+download.o-libs := $(CURL_LIBS)