• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiónd8d7cbd96affe6e842577b47afa0debf12fac2db (tree)
Tiempo2014-04-18 06:44:35
AutorMasahiro Yamada <yamada.m@jp.p...>
CommiterTom Rini

Log Message

kbuild: use boolean macros to select tegra*-common directory

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Cambiar Resumen

Diferencia incremental

--- a/arch/arm/cpu/Makefile
+++ b/arch/arm/cpu/Makefile
@@ -1,3 +1,6 @@
11 obj-$(CONFIG_AT91FAMILY) += at91-common/
2-obj-$(CONFIG_TEGRA) += $(SOC)-common/
2+obj-$(CONFIG_TEGRA20) += tegra20-common/
3+obj-$(CONFIG_TEGRA30) += tegra30-common/
4+obj-$(CONFIG_TEGRA114) += tegra114-common/
5+obj-$(CONFIG_TEGRA124) += tegra124-common/
36 obj-$(CONFIG_TEGRA) += tegra-common/