Home
last modified time | relevance | path

Searched refs:OBJS (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/arm/boot/compressed/
DMakefile11 OBJS = misc.o macro
20 OBJS += ll_char_wr.o font.o
25 OBJS += ll_char_wr.o font.o
30 OBJS += head-netwinder.o
34 OBJS += head-shark.o ofw-shark.o
38 OBJS += head-integrator.o
42 OBJS += head-at91rm9200.o
46 OBJS += head-mx1ads.o
50 OBJS += head-epxa10db.o
54 OBJS += head-ftvpci.o
[all …]
/linux-2.4.37.9/arch/m68k/sun3/prom/
DMakefile11 OBJS = init.o console.o printf.o misc.o macro
15 promlib.a: $(OBJS)
16 $(AR) rcs promlib.a $(OBJS)
/linux-2.4.37.9/net/ethernet/
DMakefile12 OBJS := eth.o macro
15 OBJS += sysctl_net_ether.o
26 obj-$(CONFIG_NET) := $(OBJS) $(OBJ2)
/linux-2.4.37.9/arch/ppc/boot/chrp/
DMakefile13 OBJS = ../common/crt0.o start.o main.o misc.o ../common/string.o image.o \ macro
53 zImage: $(OBJS) $(LIBS) $(ADDNOTE) ../ld.script
54 $(LD) $(LD_ARGS) -o ../images/$@.chrp $(OBJS) $(LIBS)
59 zImage.initrd: $(OBJS) $(LIBS) $(ADDNOTE) ../images/ramdisk.image.gz ../ld.script
63 $(LD) $(LD_ARGS) -o ../images/$@.chrp $(OBJS) $(LIBS)
/linux-2.4.37.9/arch/ppc64/boot/
DMakefile46 OBJS = crt0.o string.o prom.o zImage.o zlib.o macro
117 zImage: $(OBJS) addnote uts_string vmlinux .config System.map
118 $(BOOTLD) $(LD_ARGS) -T zImage.lds -o $@ $(OBJS) $(LIBS) \
122 zImage.initrd: $(OBJS) addnote uts_string vmlinux .config System.map initrd
123 $(BOOTLD) $(LD_ARGS) -T zImage.lds -o $@ $(OBJS) $(LIBS) \
128 rm -f add{note,RamDisk,SystemMap} $(OBJS) initrd.o \
/linux-2.4.37.9/arch/alpha/lib/
DMakefile23 OBJS = __divqu.o __remqu.o __divlu.o __remlu.o \ macro
53 OBJS += dec_and_lock.o
56 lib.a: $(OBJS)
57 $(AR) rcs lib.a $(OBJS)
/linux-2.4.37.9/scripts/lxdialog/
DMakefile19 OBJS = checklist.o menubox.o textbox.o yesno.o inputbox.o \ macro
27 lxdialog: $(OBJS)
28 $(HOSTCC) -o lxdialog $(OBJS) $(LIBS)