aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sgx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/sgx/Makefile')
-rw-r--r--sys/modules/sgx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sgx/Makefile b/sys/modules/sgx/Makefile
index 8448b12c35d4..ea9481ccc3f8 100644
--- a/sys/modules/sgx/Makefile
+++ b/sys/modules/sgx/Makefile
@@ -5,9 +5,9 @@
KMOD= sgx
SRCS= sgx.c sgxvar.h sgx_support.S
SRCS+= opt_compat.h opt_hwpmc_hooks.h opt_kstack_pages.h
-DPSRCS= assym.s
+DPSRCS= assym.inc
-sgx_support.o: assym.s
+sgx_support.o: assym.inc
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \
${.IMPSRC} -o ${.TARGET}