From 1db0a280b0d2abb434667497be873bf36a8938ff Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 5 Jan 2019 08:34:14 -0800 Subject: [PATCH] Makefile.orbis: Fix makefile. --- Makefile.orbis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.orbis b/Makefile.orbis index be1e90ca10..046d627b71 100644 --- a/Makefile.orbis +++ b/Makefile.orbis @@ -55,6 +55,7 @@ else endif include Makefile.common + CFLAGS += $(DEF_FLAGS) BLACKLIST := OBJ := $(filter-out $(BLACKLIST),$(OBJ)) @@ -167,4 +168,4 @@ clean: .PHONY: clean all .PRECIOUS: %.depend --include $(OBJ:.o=.depend) \ No newline at end of file +-include $(OBJ:.o=.depend)