~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to boot/Makefile.common

  • 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:
55
55
MKHORD = $(TOOLS_PATH)/mkhord.py
56
56
MKTMPFS = $(TOOLS_PATH)/mktmpfs.py
57
57
MKFAT = $(TOOLS_PATH)/mkfat.py
 
58
MKEXT2 = $(TOOLS_PATH)/mkext2.py
58
59
MKUIMAGE = $(TOOLS_PATH)/mkuimage.py
59
60
 
60
61
JOBFILE = $(ROOT_PATH)/tools/jobfile.py
83
84
        INIT_TASKS += $(USPACE_PATH)/srv/fs/fat/fat
84
85
endif
85
86
 
 
87
ifeq ($(RDFMT),ext2fs)
 
88
        INIT_TASKS += $(USPACE_PATH)/srv/fs/ext2fs/ext2fs
 
89
endif
 
90
 
86
91
RD_SRVS_ESSENTIAL = \
87
92
        $(USPACE_PATH)/srv/hid/fb/fb \
88
93
        $(USPACE_PATH)/srv/hid/input/input \