Home | History | Annotate | Download | only in cl-som-imx7
      1 #
      2 # Makefile
      3 #
      4 # (C) Copyright 2017 CompuLab, Ltd. http://www.compulab.com
      5 #
      6 # Author: Uri Mashiach <uri.mashiach (at] compulab.co.il>
      7 #
      8 # SPDX-License-Identifier:     GPL-2.0+
      9 #
     10 
     11 obj-y := mux.o common.o
     12 
     13 ifdef CONFIG_SPL_BUILD
     14 obj-y  += spl.o
     15 else
     16 obj-y  += cl-som-imx7.o
     17 endif
     18