X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcompulab%2Fcommon%2FMakefile;h=286f32731da28e0f81ff811600f8ee6da215b67e;hb=0e030593962d15aece45b2fa0401ee27d0d7ab96;hp=6d7d06815cdb8c8b770113c0e511f2597139b636;hpb=a891601ce51edbafa1a2750c96a618e4fcbca1c2;p=u-boot diff --git a/board/compulab/common/Makefile b/board/compulab/common/Makefile index 6d7d06815c..286f32731d 100644 --- a/board/compulab/common/Makefile +++ b/board/compulab/common/Makefile @@ -6,5 +6,7 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_SYS_I2C_OMAP34XX) += 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