Changeset 866 for trunk/softs
- Timestamp:
- Oct 27, 2014, 3:05:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/Makefile
r801 r866 127 127 $(BUILD_DIR)/platform.dtb: $(HARD_CONFIG_PATH)/$(DTS) 128 128 $(ECHO) "[ DTC ] $(notdir $<)" 129 $ {DTC} -O dtb -o $@ $< &> /dev/null129 $(DTC) -O dtb -o $@ $< > /dev/null 2>&1 130 130 131 131 $(BUILD_DIR)/platform.ld: $(BUILD_DIR)/platform.dtb
Note: See TracChangeset
for help on using the changeset viewer.