Makefile 298 B

12345678910
  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. obj-y += common.o
  7. obj-$(CONFIG_SYS_I2C_LEGACY) += eeprom.o
  8. obj-$(CONFIG_LCD) += omap3_display.o
  9. obj-$(CONFIG_SMC911X) += omap3_smc911x.o