Makefile.orbis: Fix makefile.

This commit is contained in:
orbea 2019-01-05 08:34:14 -08:00
parent e827c3648f
commit 1db0a280b0

View File

@ -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)
-include $(OBJ:.o=.depend)