summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 5d2b2c028..14aefa449 100644
--- a/config.mk
+++ b/config.mk
@@ -21,7 +21,7 @@ ${OBJDIR}/%.o : %.c
${OBJDIR}/%.o : %.S
${CC} -c ${ASMFLAGS} $< -o $@ -Wa,-I${INCDIR}
-${OBJDIR}/%.so : ${OBJECTS} ${ROOTPATH}/src/module.ld
+${IMGDIR}/%.so : ${OBJECTS} ${ROOTPATH}/src/module.ld
${LD} -shared -z now --gc-sections ${LDFLAGS} $< \
-T ${ROOTPATH}/src/module.ld -o $@
OpenPOWER on IntegriCloud