android: intel: genxml: fix genX_xml.h generation rules
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 1 Apr 2017 10:50:33 +0000 (12:50 +0200)
committerTapani Pälli <tapani.palli@intel.com>
Tue, 4 Apr 2017 06:10:46 +0000 (09:10 +0300)
commit72175bd2a590a6d8109eedc5e60ce0ceb43bedb1
tree1d83c0ac46eff8ff06b2181ec5d0da0200af0f2b
parent405ef7bb335af263266a8bca7acb75614b410b7b
android: intel: genxml: fix genX_xml.h generation rules

Recent changes in Makefile.sources merged the aubinator files in
a unique list of generated files and genxml/genX_xml.h is now needed
to avoid the following building error:

ninja: error: '.../genxml/genX_xml.h', needed by '.../genxml/genX_xml.h',
missing and no known rule to make it
build/core/ninja.mk:148: recipe for target 'ninja_wrapper' failed

Fixes: 0f83c05 "intel: genxml: compress all gen files into one"
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/Android.genxml.mk