Changeset 761 for trunk/softs/tsar_boot/Makefile
- Timestamp:
- Jul 25, 2014, 10:29:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/Makefile
r759 r761 34 34 35 35 BUILD_DIR := build 36 HARD_CONFIG:= $(HARD_CONFIG_PATH)/hard_config.h 36 37 37 38 # ============================================================================= … … 95 96 96 97 all: $(TARGET) 98 99 $(DRV_OBJS): $(HARD_CONFIG) 100 $(OBJS): $(HARD_CONFIG) 97 101 98 102 $(BUILD_DIR)/$(DRV_LIB): $(BUILD_DIR) $(DRV_OBJS)
Note: See TracChangeset
for help on using the changeset viewer.