Hi Ian,
On 07/06/16 11:03, Ian Jackson wrote:
Julien Grall writes ("Re: [RFC] xen/arm: build: add missed dependency for
head.S"):
On 03/06/16 11:07, Wei Chen wrote:
When we update the header files that had been included in head.S.
The build system would not re-compile the head.S. Because in t
Julien Grall writes ("Re: [RFC] xen/arm: build: add missed dependency for
head.S"):
> On 03/06/16 11:07, Wei Chen wrote:
> > When we update the header files that had been included in head.S.
> > The build system would not re-compile the head.S. Because in the
> > build rules, the dependencies are
(CC Ian)
Hi,
On 03/06/16 11:07, Wei Chen wrote:
When we update the header files that had been included in head.S.
The build system would not re-compile the head.S. Because in the
build rules, the dependencies are setting to .*.d (eg. DEPS = .*.d)
files in the same folder as Makefile.
But head.
When we update the header files that had been included in head.S.
The build system would not re-compile the head.S. Because in the
build rules, the dependencies are setting to .*.d (eg. DEPS = .*.d)
files in the same folder as Makefile.
But head.S is very special, it was used by the Makefile in th