commit 03d5e4852ba4d25cdebf76329fa9996f5f9cdea2
parent 92b42258145346f8841d56f0a4510207a49f6e11
Author: Joris Vink <joris@coders.se>
Date: Wed, 30 Aug 2017 12:03:58 +0200
make sure FEATURES_INC hits kore.features.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -115,7 +115,7 @@ $(KODEV):
$(KORE): $(OBJDIR) $(S_OBJS)
$(CC) $(S_OBJS) $(LDFLAGS) -o $(KORE)
- @echo $(FEATURES) > kore.features
+ @echo $(FEATURES) $(FEATURES_INC) > kore.features
objects: $(OBJDIR) $(S_OBJS)
@echo $(LDFLAGS) > $(OBJDIR)/ldflags