aboutsummaryrefslogtreecommitdiffstats
path: root/src/so.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/so.mk')
-rw-r--r--src/so.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/so.mk b/src/so.mk
index ac76ffc30..cb1f08b08 100644
--- a/src/so.mk
+++ b/src/so.mk
@@ -5,6 +5,8 @@
5# The includer should probably define SO and TARGET and may also want to define 5# The includer should probably define SO and TARGET and may also want to define
6# EXTRA_OBJS and extend CLEANFILES. 6# EXTRA_OBJS and extend CLEANFILES.
7 7
8CC ?= cc
9
8HDRS := 10HDRS :=
9SRCS := $(sort $(wildcard $(MOD_DIR)/*.c)) 11SRCS := $(sort $(wildcard $(MOD_DIR)/*.c))
10OBJS := $(SRCS:.c=.o) 12OBJS := $(SRCS:.c=.o)