linux willy
Matthew Wilcox
willy@puffin.external.hp.com
Sat, 27 Jan 2001 21:16:52 -0700
CVSROOT: /home/cvs/parisc
Module name: linux
Changes by: willy 01/01/27 21:16:52
Modified files:
arch/parisc : Makefile
arch/parisc/hpux: Makefile
arch/parisc/kernel: Makefile syscall.S
arch/parisc/mm : Makefile
arch/parisc64 : Makefile
arch/parisc64/hpux: Makefile
arch/parisc64/kernel: Makefile
arch/parisc64/lib: Makefile
arch/parisc64/mm: Makefile
drivers/gsc : Makefile
drivers/pci : Makefile
include/asm-parisc: unistd.h
Log message:
Build fixes.
* Convert all files from old-style syntax (O_OBJS) to newstyle (obj-y)
* Remove the (broken) rules which were supposed to add the right flags
to compile .S files
* Use ASFLAGS to set the right flags to the builtin .S rule
* Convert syscall.S to use a `traditional' way of doing token
concatenation instead of ANSI-style (/**/ instead of ##). Note that
cpp will no longer separate * and =, so some cruft can be removed.
* Add setup-bus to pci build (note, adds it to 32-bit build too
where it's unnecessary).