Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/loader/Makefile.build

    r8786aa5 r81235588  
    6565%.o: %.S $(DEPEND)
    6666        $(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@
    67 ifeq ($(PRECHECK),y)
    68         $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(CFLAGS) -D__ASM__
    69 endif
    7067
    7168%.o: %.c $(DEPEND)
    7269        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
    73 ifeq ($(PRECHECK),y)
    74         $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)
    75 endif
    7670
    7771$(DEPEND):
Note: See TracChangeset for help on using the changeset viewer.