Changeset 794 for trunk/softs/tsar_boot/Makefile
- Timestamp:
- Sep 9, 2014, 12:21:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/Makefile
r791 r794 115 115 $(BUILD_DIR)/preloader.ld: preloader.ld.in 116 116 $(ECHO) "[ CC ] $(notdir $<)" 117 $(CC) - x c $(INCLUDE) -E $< | $(SED) -e '/#/d' -e '/^[\s\t]*$$/d' > $@117 $(CC) -DUSE_DT=$(USE_DT) -x c $(INCLUDE) -E $< | $(SED) -e '/#/d' -e '/^[\s\t]*$$/d' > $@ 118 118 119 119 $(TARGET): $(BUILD_DIR) $(OBJS) $(BUILD_DIR)/preloader.ld $(BUILD_DIR)/$(DRV_LIB)
Note: See TracChangeset
for help on using the changeset viewer.