summaryrefslogtreecommitdiffstats
path: root/.dep.inc
blob: 4560e55af987875b237a8ceb4c29b383c6575292 (plain)
1
2
3
4
5
# This code depends on make tool being used
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
ifneq (${DEPFILES},)
include ${DEPFILES}
endif