diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-06-12 19:27:56 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-10 00:02:36 +0200 |
commit | 5ce13051a48c62bda9723df3b4778c492fb47f36 (patch) | |
tree | 62321f0184866ca73d012f0c4b7106975064e271 /Makefile | |
parent | b502611b51f02718c2d1117d4981dabceb5af6de (diff) | |
download | u-boot-imx-5ce13051a48c62bda9723df3b4778c492fb47f36.zip u-boot-imx-5ce13051a48c62bda9723df3b4778c492fb47f36.tar.gz u-boot-imx-5ce13051a48c62bda9723df3b4778c492fb47f36.tar.bz2 |
Create drivers/mmc subdirectory
In order to consolidate more of the various MMC drivers around the
tree, we must first have a common place to put them.
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -220,6 +220,7 @@ LIBS += drivers/hwmon/libhwmon.a LIBS += drivers/i2c/libi2c.a LIBS += drivers/input/libinput.a LIBS += drivers/misc/libmisc.a +LIBS += drivers/mmc/libmmc.a LIBS += drivers/mtd/libmtd.a LIBS += drivers/mtd/nand/libnand.a LIBS += drivers/mtd/nand_legacy/libnand_legacy.a @@ -387,6 +388,7 @@ TAG_SUBDIRS += drivers/hwmon TAG_SUBDIRS += drivers/i2c TAG_SUBDIRS += drivers/input TAG_SUBDIRS += drivers/misc +TAG_SUBDIRS += drivers/mmc TAG_SUBDIRS += drivers/mtd TAG_SUBDIRS += drivers/mtd/nand TAG_SUBDIRS += drivers/mtd/nand_legacy |