X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcompulab%2Fcommon%2FMakefile;h=286f32731da28e0f81ff811600f8ee6da215b67e;hb=0e030593962d15aece45b2fa0401ee27d0d7ab96;hp=831be2e0e74b631cf9ce70aecb0f203eb07fcb29;hpb=85b8c5c4bf80025de4632ae6c9a8a606e51508a4;p=u-boot diff --git a/board/compulab/common/Makefile b/board/compulab/common/Makefile index 831be2e0e7..286f32731d 100644 --- a/board/compulab/common/Makefile +++ b/board/compulab/common/Makefile @@ -6,5 +6,7 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_DRIVER_OMAP34XX_I2C) += eeprom.o -obj-$(CONFIG_LCD) += omap3_display.o +obj-y += common.o +obj-$(CONFIG_SYS_I2C) += eeprom.o +obj-$(CONFIG_LCD) += omap3_display.o +obj-$(CONFIG_SMC911X) += omap3_smc911x.o