summaryrefslogtreecommitdiff
path: root/package/config
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-07-18 18:07:19 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-07-18 18:07:19 +0000
commit62b5ae4b66f214fb2f105590bdac14133f0cdc20 (patch)
treee5371fb6c1bc8f7d9736ed05a2af892731bfdf92 /package/config
parent88494a7bbebf55051368175c146dc9ff1e6a34fd (diff)
Fix INITRAMFS target that was broken. Get rid of config stuff out of the top-level directory. Finally fix Linux kernel module building such that modules are built and installed first followed by rest of packages. This allows for packages to build external Linux kernel modules.
Diffstat (limited to 'package/config')
-rw-r--r--package/config/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/config/Makefile b/package/config/Makefile
index 982569f74..3b4384920 100644
--- a/package/config/Makefile
+++ b/package/config/Makefile
@@ -34,6 +34,7 @@ distclean: clean
$(Q)rm -f $(lxdialog) $(conf-objs) $(mconf-objs) $(kxgettext-objs) \
$(hostprogs-y) $(qconf-cxxobjs) $(qconf-objs) $(gconf-objs) \
mconf .depend
+ $(Q)rm -rf buildroot-config
FORCE:
.PHONY: FORCE clean distclean