diff options
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 |
commit | 62b5ae4b66f214fb2f105590bdac14133f0cdc20 (patch) | |
tree | e5371fb6c1bc8f7d9736ed05a2af892731bfdf92 /package | |
parent | 88494a7bbebf55051368175c146dc9ff1e6a34fd (diff) | |
download | buildroot-novena-62b5ae4b66f214fb2f105590bdac14133f0cdc20.tar.gz buildroot-novena-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/Makefile | 1 |
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 |