summaryrefslogtreecommitdiffstats
path: root/package/customize
diff options
context:
space:
mode:
authorEric Andersen2004-10-09 03:24:28 +0200
committerEric Andersen2004-10-09 03:24:28 +0200
commit73f7be82904f487d167493e76b415fbe5b5f8c5a (patch)
tree8d9acaf4414892fad533fd92ebfc7e65a2ad2785 /package/customize
parentIt would help to include the package specific *.mk makefiles (diff)
downloadbuildroot-73f7be82904f487d167493e76b415fbe5b5f8c5a.tar.gz
buildroot-73f7be82904f487d167493e76b415fbe5b5f8c5a.tar.xz
buildroot-73f7be82904f487d167493e76b415fbe5b5f8c5a.zip
Remove the old 'make' directory, and populate the new 'package'
directory.
Diffstat (limited to 'package/customize')
-rw-r--r--package/customize/customize.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/customize/customize.mk b/package/customize/customize.mk
new file mode 100644
index 000000000..2cfed1834
--- /dev/null
+++ b/package/customize/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)/