Changes in boot/arch/ia64/loader/Makefile.build [ed212f7:81235588] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/Makefile.build
red212f7 r81235588 49 49 boot.S 50 50 51 ifeq ($(MACHINE),i460GX)52 RD_APPS += \53 $(USPACEDIR)/srv/hw/char/i8042/i8042 \54 $(USPACEDIR)/srv/hid/c_mouse/c_mouse55 endif56 57 51 OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) 58 52 COMPONENT_OBJECTS := $(addsuffix .co,$(basename $(notdir $(COMPONENTS)))) $(INITRD).co … … 72 66 %.o: %.S $(DEPEND) 73 67 $(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@ 74 ifeq ($(PRECHECK),y)75 $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(CFLAGS) -D__ASM__76 endif77 68 78 69 %.o: %.c $(DEPEND) 79 70 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 80 ifeq ($(PRECHECK),y)81 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)82 endif83 71 84 72 $(DEPEND):
Note:
See TracChangeset
for help on using the changeset viewer.