scons: ignore .hpp files in parse_source_list()
authorGeorge Kyriazis <george.kyriazis@intel.com>
Wed, 9 Nov 2016 22:33:10 +0000 (16:33 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Mon, 21 Nov 2016 18:44:46 +0000 (12:44 -0600)
commit2da28dbd11e835ddc17e7656087b6f84c6f950ba
treef84c2c2cdaf6f67cf299ef1eceb4b7a8243fb559
parentc32318073385dc461b91e407394e57fb76748da8
scons: ignore .hpp files in parse_source_list()

Drivers that contain C++ .hpp files need to ignore them too, along
with .h files, when building source file lists.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
scons/custom.py