2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2006-06-27 00:35:46 +00:00
|
|
|
#
|
2021-02-10 13:52:34 +00:00
|
|
|
# Copyright (C) 2006-2007 OpenWrt.org
|
|
|
|
|
2005-05-28 09:17:29 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
2006-06-21 14:02:29 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2006-06-04 21:57:59 +00:00
|
|
|
|
2008-06-09 15:38:45 +00:00
|
|
|
export TARGET_BUILD=1
|
2006-06-20 23:56:49 +00:00
|
|
|
|
2024-02-08 22:04:55 +00:00
|
|
|
prereq clean download prepare compile install oldconfig menuconfig nconfig xconfig update refresh dtb: FORCE
|
2022-09-27 11:39:12 +00:00
|
|
|
@+$(NO_TRACE_MAKE) -C $(firstword $(wildcard feeds/$(BOARD) $(BOARD))) $@
|