Makefile 295 B

123456789101112
  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. obj-y += common.o
  9. obj-$(CONFIG_SYS_I2C) += eeprom.o
  10. obj-$(CONFIG_LCD) += omap3_display.o
  11. obj-$(CONFIG_SMC911X) += omap3_smc911x.o