Makefile 280 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Makefile
  4. #
  5. # Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
  6. # Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
  7. ifeq ($(CONFIG_SPL_BUILD),y)
  8. obj-y := mux.o
  9. endif
  10. obj-y += ../common/common.o
  11. obj-y += board.o