1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright (C) 2015 Intel Corporation. 3# All rights reserved. 4# 5 6.PRECIOUS: $(OBJS) 7 8# workaround for GNU Make 4.4 bug 9.NOTINTERMEDIATE: $(OBJS:.o=.d) 10 11-include $(OBJS:.o=.d) 12