summaryrefslogtreecommitdiff
path: root/obsolete-buildroot/make/customize.mk
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete-buildroot/make/customize.mk')
-rw-r--r--obsolete-buildroot/make/customize.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/obsolete-buildroot/make/customize.mk b/obsolete-buildroot/make/customize.mk
new file mode 100644
index 0000000000..2cfed18345
--- /dev/null
+++ b/obsolete-buildroot/make/customize.mk
@@ -0,0 +1,10 @@
+#############################################################
+#
+# Any custom stuff you feel like doing....
+#
+#############################################################
+CUST_DIR:=$(SOURCE_DIR)/customize
+ROOT_DIR:=$(BUILD_DIR)/root
+
+customize:
+ cp -af $(CUST_DIR)/* $(ROOT_DIR)/