ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/target/linux/Makefile b/target/linux/Makefile
new file mode 100644
index 0000000..c3fd19d
--- /dev/null
+++ b/target/linux/Makefile
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# Copyright (C) 2006-2007 OpenWrt.org
+
+include $(TOPDIR)/rules.mk
+include $(INCLUDE_DIR)/target.mk
+include $(INCLUDE_DIR)/default-packages.mk
+
+export TARGET_BUILD=1
+
+prereq clean download prepare compile install oldconfig menuconfig nconfig xconfig update refresh: FORCE
+ @+$(NO_TRACE_MAKE) -C $(BOARD) $@