summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-08-04 11:05:05 +0800
committerJason Liu <jason.hui.liu@nxp.com>2017-11-03 02:37:07 +0800
commitcbe93dc60b64072d4b945c7634c6ed3560a2ec77 (patch)
treed27e51300fe0ae63467aab25daeabe142ab49b23
parentececcd8265562648da51221c08f666bf26266e23 (diff)
MLK-16132-5: board: freescale: common: allow dm be omited by SPL
Allow be omited by DM Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--board/freescale/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile
index 21830be1dc..5d02216473 100644
--- a/board/freescale/common/Makefile
+++ b/board/freescale/common/Makefile
@@ -62,7 +62,7 @@ obj-$(CONFIG_IDT8T49N222A) += idt8t49n222a_serdes_clk.o
obj-$(CONFIG_ZM7300) += zm7300.o
obj-$(CONFIG_POWER_PFUZE100) += pfuze.o
obj-$(CONFIG_POWER_MC34VR500) += mc34vr500.o
-obj-$(CONFIG_DM_PMIC_PFUZE100) += pfuze_dm.o
+obj-$(CONFIG_$(SPL_)DM_PMIC_PFUZE100) += pfuze_dm.o
obj-$(CONFIG_MXC_EPDC) += epdc_setup.o
obj-y += mmc.o
ifdef CONFIG_FSL_FASTBOOT