Changes in boot/Makefile [c8fbbe7:f1380b7] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    rc8fbbe7 rf1380b7  
    8181        echo "</ul></body></html>" >>"$(DIST_PATH)/test/test.html"
    8282endif
    83        
     83
    8484ifeq ($(CONFIG_PCUT_SELF_TESTS),y)
    8585        echo "echo Running all PCUT self-tests..." >"$(DIST_PATH)/test/run_pcut"
     
    9999        echo "</ul></body></html>" >>"$(DIST_PATH)/test/pcut.html"
    100100endif
    101        
     101
    102102        for drv in $(RD_DRVS) ; do \
    103103                drv_dir="`dirname "$$drv"`" ; \
Note: See TracChangeset for help on using the changeset viewer.