xref: /openbmc/u-boot/board/alliedtelesis/x530/Makefile (revision c40b6df87fc0193a7184ada9f53aaf57cdec0cdf)
1# SPDX-License-Identifier:	GPL-2.0+
2#
3# Copyright (C) 2017 Allied Telesis Labs
4#
5
6obj-y	:= $(BOARD).o
7ifndef CONFIG_SPL_BUILD
8obj-y	+= ../common/gpio_hog.o
9endif
10