On Mon, 29 Apr 2002 18:03:37 +1000,
Brendan J Simon <[EMAIL PROTECTED]> wrote:
>Keith Owens wrote:
>
>>base_target(zlib_dummy) # so it does not default to vmlinux
>>objlink(zlib.a zlib.o)
>>select(zlib.a)
>>
>Can the "zlib_dummy" identifier be called zlib.a ?
>Is that too confusing
Keith Owens wrote:
>base_target(zlib_dummy)# so it does not default to vmlinux
>objlink(zlib.a zlib.o)
>select(zlib.a)
>
Can the "zlib_dummy" identifier be called zlib.a ?
Is that too confusing ??
>Is zlib.a only used in zvmlinux or will it be used by multiple boot
>loader targ
On Mon, 29 Apr 2002 17:20:19 +1000,
Brendan J Simon <[EMAIL PROTECTED]> wrote:
>I'm having trouble getting the right Makefile.in syntax to build a
>library (/arch/ppc/boot/lib/zlib.a to be precice).
>
>The original Makefile has only 3 statements.
>L_TARGET := zlib.a
>obj-y := zlib.o
>include $(T