diff options
| author | Stefano Babic <[email protected]> | 2014-04-29 17:41:19 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-04-29 17:41:19 +0200 |
| commit | 3deb22a4844cbda1a05c60dd29d8926e4dddaa4e (patch) | |
| tree | 767063f0d9e0acfd7445db47abf0d4ac94abdc1d /spl | |
| parent | 3b31605aef069d183a9d0c1e3aa6f957503cd56b (diff) | |
| parent | c9aab0f9dd23fddcebf5984dc19e62b514e759a7 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'spl')
| -rw-r--r-- | spl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spl/Makefile b/spl/Makefile index 6fec2522a8c..a4d973744b3 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -104,6 +104,7 @@ libs-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/ libs-y += fs/ libs-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/ libs-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/ drivers/power/pmic/ +libs-$(CONFIG_SPL_MTD_SUPPORT) += drivers/mtd/ libs-$(if $(CONFIG_CMD_NAND),$(CONFIG_SPL_NAND_SUPPORT)) += drivers/mtd/nand/ libs-$(CONFIG_SPL_DRIVERS_MISC_SUPPORT) += drivers/misc/ libs-$(CONFIG_SPL_ONENAND_SUPPORT) += drivers/mtd/onenand/ |
