Ignore:
Timestamp:
Sep 12, 2014, 3:10:03 PM (10 years ago)
Author:
cfuguet
Message:

tsar_boot: Using P_WIDTH constant to get lpid from CP0 EBASE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/Makefile

    r794 r801  
    115115$(BUILD_DIR)/preloader.ld: preloader.ld.in
    116116        $(ECHO) "[   CC    ]     $(notdir $<)"
    117         $(CC) -DUSE_DT=$(USE_DT) -x c $(INCLUDE) -E $< | $(SED) -e '/#/d' -e '/^[\s\t]*$$/d' > $@
     117        $(CC) -x c -P -E -DUSE_DT=$(USE_DT) $(INCLUDE) $< -o $@
    118118
    119119$(TARGET): $(BUILD_DIR) $(OBJS) $(BUILD_DIR)/preloader.ld $(BUILD_DIR)/$(DRV_LIB)
Note: See TracChangeset for help on using the changeset viewer.