openamp/Makefile: libmetal/Make.defs and open-amp/Make.defs. may not be present.

This commit is contained in:
Gregory Nutt 2019-11-03 09:30:34 -06:00
parent aa0f8c8374
commit bec32fbd5c

View File

@ -41,8 +41,8 @@ CSRCS =
VPATH := $(SRCDIR)
DEPPATH = --dep-path .
include libmetal/Make.defs
include open-amp/Make.defs
-include libmetal/Make.defs
-include open-amp/Make.defs
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))