Compile with '-Wmissing-include-dirs' flag
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 23 Jun 2014 12:37:53 +0000 (13:37 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 23 Jun 2014 12:37:53 +0000 (13:37 +0100)
commita0df63ef14d93edd96540898b69e5a8a748ccea7
tree00c399ba68985d713dd420fc0604d942145dee13
parente869310f67344cd1f2b531cff38fa8cb4d319d58
Compile with '-Wmissing-include-dirs' flag

Add the '-Wmissing-include-dirs' flag to the CFLAGS and ASFLAGS
to make the build fail if the compiler or the assembler is given
a nonexistant directory in the list of directories to be searched
for header files.

Also remove 'include/bl1' and 'include/bl2' directories from the
search path for header files as they don't exist anymore.

Change-Id: I2475b78ba8b7b448b9d0afaa9ad975257f638b89
Makefile