H40716
s 00043/00000/00000
d D 1.1 02/03/13 20:31:03 patch 2 1
cC
cF1
cK09998
cO-rw-rw-r--
e
s 00000/00000/00000
d D 1.0 02/03/13 20:31:03 patch 1 0
c BitKeeper file /home/marcelo/bk/linux-2.4/arch/mips/hp-lj/Makefile
cBtorvalds@athlon.transmeta.com|ChangeSet|20020205173056|16047|c1d11a41ed024864
cHplucky.distro.conectiva
cK29528
cParch/mips/hp-lj/Makefile
cRc6e66cc290431a84
cV4
cX0x821
cZ-03:00
e
u
U
f e 0
f x 0x821
t
T
I 2
#
# Makefile for the HP specific kernel interface routines
# under Linux.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#

.S.o:
	$(CC) $(CFLAGS) -c $< -o $*.o

all: hp-lj.o

O_TARGET := hp-lj.o

export-objs := utils.o

obj-y   := init.o setup.o irq.o int-handler.o pci.o utils.o asic.o

obj-$(CONFIG_REMOTE_DEBUG) += gdb_hook.o
obj-$(CONFIG_DIRECT_PRINTK) += gdb_hook.o

obj-$(CONFIG_BLK_DEV_INITRD) += initrd.o

clean:
	rm *.o

forceit:

# package filesystem from rootfs directory into binary package
romfs.bin: forceit ./rootfs
	@genromfs -d ./rootfs -f $@

# transform rootfs.bin into object file format for linking
initrd.o: romfs.bin
	@echo "" | $(CROSS_COMPILE)as -o $@
	@$(CROSS_COMPILE)objcopy --add-section .initrd=$< $@


include $(TOPDIR)/Rules.make

.PHONY: forceit
E 2
I 1
E 1
