diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-20 12:26:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-20 12:26:05 -0500 |
commit | 176b32cd4fec52307dd8234ec1c86d2f340e7a36 (patch) | |
tree | a0cb5ffc2543573d1e5af1ddb7500d97e15b3a00 /board/freescale/common/Makefile | |
parent | 97f9830849c64d60d0cf2fd69e87dfe4557d02a4 (diff) | |
parent | b0d4a854751b1bee75fc04fac58561212f6b9c64 (diff) |
Merge git://git.denx.de/u-boot-fsl-qoriq
- Support of NXP's LX2160RDB and LX2160QDS platform
- Enable SATA DM model for NXP's ARM SoCs
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r-- | board/freescale/common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index e3c5eaeb70..a9d61a8bcf 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -64,6 +64,8 @@ obj-$(CONFIG_POWER_MC34VR500) += mc34vr500.o obj-$(CONFIG_LS102XA_STREAM_ID) += ls102xa_stream_id.o +obj-$(CONFIG_EMC2305) += emc2305.o + # deal with common files for P-series corenet based devices obj-$(CONFIG_TARGET_P2041RDB) += p_corenet/ obj-$(CONFIG_TARGET_P3041DS) += p_corenet/ |