target.mk: check that CPU_TYPE has known CPU_CFLAGS mapping
authorPhilip Prindeville <philipp@redfish-solutions.com>
Wed, 4 Jan 2017 01:15:15 +0000 (18:15 -0700)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 14:00:21 +0000 (15:00 +0100)
commitc8a0f3aa290c7f64dbfe5337537defe660952c0c
treeabc2dd5c492fdab72ce46416802b56d8fe88c48a
parent977db9f08aac4f8f769e0a5bf6e6a188621f2ee4
target.mk: check that CPU_TYPE has known CPU_CFLAGS mapping

If someone creates a target and indicates a CPU_TYPE, but there's
no corresponding support for that CPU_TYPE's flags in include/target.mk
then that should probably be indicated rather than silently ignored.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit d3bc11857af788e185e8a3ece26ce40757cf3965)
include/target.mk