Ignore:
File:
1 edited

Legend:

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

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