]> Git Repo - J-u-boot.git/blob - board/eets/pdu001/Makefile
Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig
[J-u-boot.git] / board / eets / pdu001 / Makefile
1 #
2 # Makefile
3 #
4 # Copyright (C) 2018 EETS GmbH - http://www.eets.ch/
5 #
6 # SPDX-License-Identifier: GPL-2.0+
7 #
8
9 ifeq ($(CONFIG_$(SPL_)SKIP_LOWLEVEL_INIT),)
10 obj-y   := mux.o
11 endif
12
13 obj-y   += board.o
This page took 0.028956 seconds and 4 git commands to generate.