Ignore:
Timestamp:
May 16, 2013, 5:51:55 PM (11 years ago)
Author:
cfuguet
Message:

Reactivating commented command in the Makefile of the tsar_boot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/Makefile

    r388 r390  
    8484$(BUILD_DIR)/platform.dtb: $(DTS)
    8585        $(ECHO) "[   DTC   ]     $(notdir $<)"
    86         touch $@;#${DTC} -O dtb -o $@ $< &> /dev/null
     86        ${DTC} -O dtb -o $@ $< &> /dev/null
    8787
    8888$(BUILD_DIR):
Note: See TracChangeset for help on using the changeset viewer.