b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
2 | # | ||||
3 | # Copyright (C) 2006-2007 OpenWrt.org | ||||
4 | |||||
5 | include $(TOPDIR)/rules.mk | ||||
6 | include $(INCLUDE_DIR)/target.mk | ||||
7 | include $(INCLUDE_DIR)/default-packages.mk | ||||
8 | |||||
9 | export TARGET_BUILD=1 | ||||
10 | |||||
11 | prereq clean download prepare compile install oldconfig menuconfig nconfig xconfig update refresh: FORCE | ||||
12 | @+$(NO_TRACE_MAKE) -C $(BOARD) $@ |