~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to boot/Makefile

  • Committer: Martin Sucha
  • Date: 2011-07-24 21:18:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1123.
  • Revision ID: sucha14@st.fmph.uniba.sk-20110724211816-as9v1bgyz4t1u0z6
Add support for ext2 to be used as RAM disk format

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
ifeq ($(RDFMT),fat)
50
50
        $(MKFAT) 1048576 $(DIST_PATH) $@
51
51
endif
 
52
ifeq ($(RDFMT),ext2fs)
 
53
        $(MKEXT2) 1048576 $(DIST_PATH) $@
 
54
endif
52
55
 
53
56
build_dist: clean_dist
54
57
        for file in $(RD_SRVS) ; do \