xref: /openbmc/u-boot/board/alliedtelesis/x530/Makefile (revision 2ca471379b471dc0d31459974d7cc4b54c824956)
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