summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2003-01-18 22:52:46 +0100
committerEric Andersen2003-01-18 22:52:46 +0100
commit54e098e40b933ccaa2047ad7e4693cc013c9f95d (patch)
tree0120d4f1e8db345c226be19e612e4177e1e69827 /Makefile
parentMerge a bunch of stuff over from the tuxscreen buildroot, with (diff)
downloadbuildroot-54e098e40b933ccaa2047ad7e4693cc013c9f95d.tar.gz
buildroot-54e098e40b933ccaa2047ad7e4693cc013c9f95d.tar.xz
buildroot-54e098e40b933ccaa2047ad7e4693cc013c9f95d.zip
Mention how people can update things
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cde7e4cc2..60c386b3d 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,16 @@ TARGETS+=busybox tinylogin
# The Valgrind debugger (x86 only)
#TARGETS+=valgrind
+# Run customize.mk at the very end to add your own special config.
+# This is useful for making your own distro within the buildroot
+# process.
+# TARGETS+=customize
+
+#############################################################
+#
# Pick your root filesystem type.
+#
+#############################################################
TARGETS+=ext2root
# Must mount cramfs with 'ramdisk_blocksize=4096'