uboot/board/BuR/brxre1/Makefile
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0+
   2#
   3# Makefile
   4#
   5# Copyright (C) 2014 Hannes Schmelzer <oe5hpm@oevsv.at> -
   6# Bernecker & Rainer Industrielektronik GmbH - http://www.br-automation.com/
   7
   8obj-$(CONFIG_SPL_BUILD) += mux.o
   9obj-y   += ../common/br_resetc.o
  10obj-y   += ../common/common.o
  11obj-y   += board.o
  12