summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/ixp425/boot2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/arm/ixp425/boot2/Makefile')
-rw-r--r--sys/boot/arm/ixp425/boot2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/arm/ixp425/boot2/Makefile b/sys/boot/arm/ixp425/boot2/Makefile
index 94479434..138446b 100644
--- a/sys/boot/arm/ixp425/boot2/Makefile
+++ b/sys/boot/arm/ixp425/boot2/Makefile
@@ -57,13 +57,13 @@ memmem.c: $S/../lib/libc/string/memmem.c
CLEANFILES+=memchr.c memmem.c
ashldi3.o: $S/libkern/ashldi3.c
- cc -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
+ ${CC} -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
divsi3.o: $S/libkern/${M}/divsi3.S
- cc -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
+ ${CC} -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
muldi3.o: $S/libkern/${M}/muldi3.c
- cc -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
+ ${CC} -c ${CFLAGS} -D_KERNEL -o ${.TARGET} ${.IMPSRC}
inflate.c: $S/kern/inflate.c
sed -e 's/extern void putstr (char/extern void putstr (const char/' < \
OpenPOWER on IntegriCloud