Home | History | Annotate | Download | only in sl50
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # Makefile
      4 #
      5 # Copyright (C) 2015 Toby Churchill Ltd - http://www.toby-churchill.com/
      6 
      7 ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),)
      8 obj-y	:= mux.o
      9 endif
     10 
     11 obj-y	+= board.o
     12