1
0

Makefile 349 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2006-2007 OpenWrt.org
  4. include $(TOPDIR)/rules.mk
  5. include $(INCLUDE_DIR)/target.mk
  6. export TARGET_BUILD=1
  7. prereq clean download prepare compile install oldconfig menuconfig nconfig xconfig update refresh dtb: FORCE
  8. @+$(NO_TRACE_MAKE) -C $(firstword $(wildcard feeds/$(BOARD) $(BOARD))) $@