summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2012-04-24 14:11:21 +0200
committerMichael Brown2012-04-24 14:15:44 +0200
commit0e59417cec7f474b4cce8ca896c1ee1a0ea96729 (patch)
treee9c6a4152a6712cc1287a720be366fd953118ffc /src/include/ipxe
parent[util] Remove obsolete Makefile rule for util/prototester.c (diff)
downloadipxe-0e59417cec7f474b4cce8ca896c1ee1a0ea96729.tar.gz
ipxe-0e59417cec7f474b4cce8ca896c1ee1a0ea96729.tar.xz
ipxe-0e59417cec7f474b4cce8ca896c1ee1a0ea96729.zip
[build] Use $(xxx_DEPS) for additional dependency information
Some objects (embedded.o, rootcert.o, and clientcert.o) define additional dependencies on external files, using syntax such as: $(BIN)/clientcert.o : $(CERT_LIST) This dependency can be missed when using debug builds. For example, if DEBUG=clientcert is used, then the relevant object is $(BIN)/clientcert.dbg1.o rather than $(BIN)/clientcert.o. Fix by adding dependencies to $(clientcert_DEPS) instead: clientcert_DEPS += $(CERT_LIST) Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
0 files changed, 0 insertions, 0 deletions