summaryrefslogtreecommitdiffstats
path: root/make/customize.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-18 21:52:46 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-18 21:52:46 +0000
commit54e098e40b933ccaa2047ad7e4693cc013c9f95d (patch)
tree0120d4f1e8db345c226be19e612e4177e1e69827 /make/customize.mk
parent7129da009cc72575a84a30c4587bd99f745c49d4 (diff)
downloadbuildroot-novena-54e098e40b933ccaa2047ad7e4693cc013c9f95d.tar.gz
buildroot-novena-54e098e40b933ccaa2047ad7e4693cc013c9f95d.zip
Mention how people can update things
Diffstat (limited to 'make/customize.mk')
-rw-r--r--make/customize.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/make/customize.mk b/make/customize.mk
new file mode 100644
index 000000000..2cfed1834
--- /dev/null
+++ b/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)/