Makefile 162 B

123456789
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (C) 2017 Allied Telesis Labs
  4. #
  5. obj-y := $(BOARD).o
  6. ifndef CONFIG_SPL_BUILD
  7. obj-y += ../common/gpio_hog.o
  8. endif