Changes in boot/Makefile [c8fbbe7:f1380b7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
rc8fbbe7 rf1380b7 81 81 echo "</ul></body></html>" >>"$(DIST_PATH)/test/test.html" 82 82 endif 83 83 84 84 ifeq ($(CONFIG_PCUT_SELF_TESTS),y) 85 85 echo "echo Running all PCUT self-tests..." >"$(DIST_PATH)/test/run_pcut" … … 99 99 echo "</ul></body></html>" >>"$(DIST_PATH)/test/pcut.html" 100 100 endif 101 101 102 102 for drv in $(RD_DRVS) ; do \ 103 103 drv_dir="`dirname "$$drv"`" ; \
Note:
See TracChangeset
for help on using the changeset viewer.