From 682b3a81eed478d64e74a83edb2f342d3288cb14 Mon Sep 17 00:00:00 2001 From: Simon Schwarz Date: Wed, 14 Sep 2011 15:30:54 -0400 Subject: spl: Add POWER library to new spl Adds power library to the new spl Signed-off-by: Simon Schwarz Signed-off-by: Sandeep Paulraj --- spl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'spl') diff --git a/spl/Makefile b/spl/Makefile index 1e912f0de..b44e84d2f 100644 --- a/spl/Makefile +++ b/spl/Makefile @@ -46,6 +46,7 @@ LIBS-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += drivers/mtd/spi/libspi_flash.o LIBS-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/libspi.o LIBS-$(CONFIG_SPL_FAT_SUPPORT) += fs/fat/libfat.o LIBS-$(CONFIG_SPL_LIBGENERIC_SUPPORT) += lib/libgeneric.o +LIBS-$(CONFIG_SPL_POWER_SUPPORT) += drivers/power/libpower.o LIBS-$(CONFIG_SPL_NAND_SUPPORT) += drivers/mtd/nand/libnand.o ifeq ($(SOC),omap3) -- cgit v1.2.3