diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-13 13:30:54 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-13 13:30:54 +0100 |
commit | d53ccdb341cf16e32c0ca2d6099b194d9572fe0c (patch) | |
tree | 1ef7ca4c54463e02d0da5f6351ac5bebc5418c76 /board/samsung/common/Makefile | |
parent | 7bc5c8c93032a7b86e268a172955e15b84f1aac3 (diff) | |
parent | e25bfecf7ba54a5b56cf991af8a2f2bb22994293 (diff) | |
download | u-boot-imx-d53ccdb341cf16e32c0ca2d6099b194d9572fe0c.zip u-boot-imx-d53ccdb341cf16e32c0ca2d6099b194d9572fe0c.tar.gz u-boot-imx-d53ccdb341cf16e32c0ca2d6099b194d9572fe0c.tar.bz2 |
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Diffstat (limited to 'board/samsung/common/Makefile')
-rw-r--r-- | board/samsung/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/samsung/common/Makefile b/board/samsung/common/Makefile index 22bd6b1..7d2bb8c 100644 --- a/board/samsung/common/Makefile +++ b/board/samsung/common/Makefile @@ -8,6 +8,7 @@ obj-$(CONFIG_SOFT_I2C_MULTI_BUS) += multi_i2c.o obj-$(CONFIG_THOR_FUNCTION) += thor.o obj-$(CONFIG_CMD_USB_MASS_STORAGE) += ums.o +obj-$(CONFIG_MISC_COMMON) += misc.o ifndef CONFIG_SPL_BUILD obj-$(CONFIG_BOARD_COMMON) += board.o |