Dont bypass compiler driver for Dependency generation options
commitec4f43dcda3cace9ba035c775d792389ce2a454c
authorKhem Raj <raj.khem@gmail.com>
Thu, 10 Dec 2015 11:23:32 +0000 (10 06:23 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Thu, 10 Dec 2015 11:35:49 +0000 (10 06:35 -0500)
tree1df08790a211d42df420c27d7f9607f9e83a2620
parentdc89161d7838eef43b07a073a81ceafa2e372dcc
Dont bypass compiler driver for Dependency generation options

We can let compiler driver pass the right options to preprocessor after
processing -Mxy options, right now its bypassing the gcc driver and
handing them straight to cpp

This also helps in other compilers processing these options correctly
for their preprocessors consumption

Signed-off-by: Khem Raj <raj.khem@gmail.com>
mk/syslinux.mk