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