Changes in boot/Makefile [5203e256:cc1a727] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    r5203e256 rcc1a727  
    5050        $(MKFAT) 1048576 $(DIST_PATH) $@
    5151endif
     52ifeq ($(RDFMT),ext2fs)
     53        $(MKEXT2) 1048576 $(DIST_PATH) $@
     54endif
    5255
    5356build_dist: clean_dist
     
    7679                cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/$$file_name.dev" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \
    7780        done
    78        
     81
    7982clean: clean_dist
    8083        $(MAKE) -f $(BUILD) clean PRECHECK=$(PRECHECK)
Note: See TracChangeset for help on using the changeset viewer.