Changeset 390 for trunk/softs/tsar_boot/Makefile
- Timestamp:
- May 16, 2013, 5:51:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/Makefile
r388 r390 84 84 $(BUILD_DIR)/platform.dtb: $(DTS) 85 85 $(ECHO) "[ DTC ] $(notdir $<)" 86 touch $@;#${DTC} -O dtb -o $@ $< &> /dev/null86 ${DTC} -O dtb -o $@ $< &> /dev/null 87 87 88 88 $(BUILD_DIR):
Note: See TracChangeset
for help on using the changeset viewer.