Ignore:
File:
1 edited

Legend:

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

    red212f7 r81235588  
    4949        boot.S
    5050
    51 ifeq ($(MACHINE),i460GX)
    52         RD_APPS += \
    53                 $(USPACEDIR)/srv/hw/char/i8042/i8042 \
    54                 $(USPACEDIR)/srv/hid/c_mouse/c_mouse
    55 endif
    56 
    5751OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
    5852COMPONENT_OBJECTS := $(addsuffix .co,$(basename $(notdir $(COMPONENTS)))) $(INITRD).co
     
    7266%.o: %.S $(DEPEND)
    7367        $(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@
    74 ifeq ($(PRECHECK),y)
    75         $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(CFLAGS) -D__ASM__
    76 endif
    7768
    7869%.o: %.c $(DEPEND)
    7970        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
    80 ifeq ($(PRECHECK),y)
    81         $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)
    82 endif
    8371
    8472$(DEPEND):
Note: See TracChangeset for help on using the changeset viewer.