xref: /rk3399_rockchip-uboot/board/compulab/common/Makefile (revision d9f43c8f5c1d7ed27c99a06be85a4bb64b2c73fb)
1#
2# (C) Copyright 2011 - 2013 CompuLab, Ltd. <www.compulab.co.il>
3#
4# Author: Igor Grinberg <grinberg@compulab.co.il>
5#
6# SPDX-License-Identifier:	GPL-2.0+
7#
8
9obj-y				+= common.o
10obj-$(CONFIG_SYS_I2C)		+= eeprom.o
11obj-$(CONFIG_LCD)		+= omap3_display.o
12obj-$(CONFIG_SMC911X)		+= omap3_smc911x.o
13