diff options
author | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-01-23 17:25:59 +0100 |
---|---|---|
committer | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-01-23 17:25:59 +0100 |
commit | c4fcc0456516588a2a85267bfe3f856c68b1091c (patch) | |
tree | 2a7b0306ffc06ffd9ffc383d18a8b3d2596bb170 /board/isee/igep0046/Makefile | |
parent | 9df58728921b6ef640724c7cf78ac9e94af36008 (diff) | |
download | u-boot-imx-c4fcc0456516588a2a85267bfe3f856c68b1091c.zip u-boot-imx-c4fcc0456516588a2a85267bfe3f856c68b1091c.tar.gz u-boot-imx-c4fcc0456516588a2a85267bfe3f856c68b1091c.tar.bz2 |
Added support for:
* MMC
* Ethernet
* Eeprom
* USB OTG
* USB Host
* DRAM Samsung 4 Gb
Diffstat (limited to 'board/isee/igep0046/Makefile')
-rw-r--r-- | board/isee/igep0046/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/isee/igep0046/Makefile b/board/isee/igep0046/Makefile index cc50bc4..29e6362 100644 --- a/board/isee/igep0046/Makefile +++ b/board/isee/igep0046/Makefile @@ -6,5 +6,6 @@ # SPDX-License-Identifier: GPL-2.0+ # +obj-$(CONFIG_IGEP0046_CFG_EEPROM) += igep0046_eeprom.o obj-$(CONFIG_POWER_PFUZE100) += pfuze.o obj-y += igep0046.o |