summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
author"Steven J. Hill"2007-07-18 20:07:19 +0200
committer"Steven J. Hill"2007-07-18 20:07:19 +0200
commit62b5ae4b66f214fb2f105590bdac14133f0cdc20 (patch)
treee5371fb6c1bc8f7d9736ed05a2af892731bfdf92 /package
parentvpnc needs an include dir (diff)
downloadbuildroot-62b5ae4b66f214fb2f105590bdac14133f0cdc20.tar.gz
buildroot-62b5ae4b66f214fb2f105590bdac14133f0cdc20.tar.xz
buildroot-62b5ae4b66f214fb2f105590bdac14133f0cdc20.zip
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')
-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