patch-2.4.22 linux-2.4.22/arch/mips/baget/Makefile
Next file: linux-2.4.22/arch/mips/baget/baget.c
Previous file: linux-2.4.22/arch/mips/au1000/xxs1500/irqmap.c
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/baget/Makefile
- Orig date:
2001-04-13 20:26:07.000000000 -0700
diff -urN linux-2.4.21/arch/mips/baget/Makefile linux-2.4.22/arch/mips/baget/Makefile
@@ -8,14 +8,13 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
-all: baget.a
+all: baget.a
O_TARGET := baget.a
-export-objs := vacserial.o vacrtc.o
+export-objs := vacrtc.o
obj-y := baget.o print.o setup.o time.o irq.o bagetIRQ.o \
- reset.o wbflush.o
-obj-$(CONFIG_SERIAL) += vacserial.o
+ reset.o
obj-$(CONFIG_VAC_RTC) += vacrtc.o
bagetIRQ.o : bagetIRQ.S
@@ -39,7 +38,7 @@
dummy.o: dummy.c image.bin ramdisk.bin
$(CC) $(CFLAGS) -c -o $@ $<
$(OBJCOPY) --add-section=.vmlinux=image.bin \
- --add-section=.ramdisk=ramdisk.bin $@
+ --add-section=.ramdisk=ramdisk.bin $@
balo.h: image
$(NM) $< | awk ' \
@@ -50,13 +49,13 @@
/balo_ramdisk_size/ { printf "#define RAMDISK_SIZE 0x%s\n", $$1 } \
' > $@
balo.o: balo.c balo.h
- $(CC) $(CFLAGS) -c $<
+ $(CC) $(CFLAGS) -c $<
balo_supp.o: balo_supp.S
$(CC) $(CFLAGS) -c $<
balo: balo.o dummy.o balo_supp.o print.o
- $(LD) $(LDFLAGS) -T ld.script.balo -o $@ $^
+ $(LD) $(LDFLAGS) -T ld.script.balo -o $@ $^
clean:
rm -f balo balo.h dummy.c image image.bin
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)