blob: 97de1d463fe896951cb1ac5c34591c9460b4c047 [file] [log] [blame]
Chris Packhamb55b2c92019-01-10 21:01:00 +13001# 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