Browse Source

Have the whole uml kernel, modules, tools, and genext2fs properly

compiling now that a new binutils was installed.  Now need to make the
helper_root_fs and Initrd with the uml kernel which was just made and
should be just about there.  This will all be done as non-root.  And
finally need to adjust gbootroot_pkg so all the new compiled stuff can
be extracted in their proper place, ofcourse, this could be done in
the Makefile, too.
master
freesource 22 years ago
parent
commit
580d55a40a
  1. 1
      Makefile.pkg

1
Makefile.pkg

@ -88,6 +88,7 @@ kernel:
if [ -e $(KERNEL_DIR)/linux ] ; then \
objcopy --strip-all $(KERNEL_DIR)/linux $(KERNEL); \
fi;
cp $(KERNEL_DIR)/.config $(KCONFIG)
modules:
cd linux-$(VERSION) ; \

Loading…
Cancel
Save