Ignore:
Timestamp:
Jul 25, 2014, 10:29:56 AM (10 years ago)
Author:
cfuguet
Message:

tsar_boot: adding hard_config.h dependency in makefile

  • This is to force Makefile to recompile all sources every time hard_config.h is modified.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/Makefile

    r759 r761  
    3434
    3535BUILD_DIR  := build
     36HARD_CONFIG:= $(HARD_CONFIG_PATH)/hard_config.h
    3637
    3738# =============================================================================
     
    9596
    9697all: $(TARGET)
     98
     99$(DRV_OBJS): $(HARD_CONFIG)
     100$(OBJS): $(HARD_CONFIG)
    97101
    98102$(BUILD_DIR)/$(DRV_LIB): $(BUILD_DIR) $(DRV_OBJS)
Note: See TracChangeset for help on using the changeset viewer.