Home | History | Annotate | Download | only in rut
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # Makefile
      4 #
      5 # (C) Copyright 2013 Siemens Schweiz AG
      6 # (C) Heiko Schocher, DENX Software Engineering, hs (at] denx.de.
      7 #
      8 # Based on:
      9 # u-boot:/board/ti/am335x/Makefile
     10 # Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
     11 
     12 ifdef CONFIG_SPL_BUILD
     13 obj-y	:= mux.o
     14 endif
     15 
     16 obj-y	+= board.o
     17 ifndef CONFIG_SPL_BUILD
     18 obj-y += ../common/factoryset.o
     19 endif
     20