commit | 4c48cfb58b66924c52cd5c5d960e04cf6d7064ca | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Feb 25 10:01:50 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Feb 25 11:01:29 2014 -0500 |
tree | 22cf1d9ad9ba350bd29015162f29d70ad6e95f04 | |
parent | 4a377552f01b7b19ea5fc02eb844c786751f7247 [diff] |
arm: omap: delete unincluded omap-common/config.mk arch/arm/cpu/armv7/omap-common/config.mk is never included because "omap-common" is not SoC name. If we want to add OMAP-specific compiler flags, they must be added to omap3/config.mk, omap4/config.mk, omap5/config.mk. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com>