pcilinux.hidd now uses %build_module for the build. The code has switched to the...
commit2fe0406d510466beb52b9a5dbd2c692ff0bfe5f4
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 23 Apr 2006 13:06:45 +0000 (23 13:06 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 23 Apr 2006 13:06:45 +0000 (23 13:06 +0000)
treee2c740df4aeba09a0cfc9818c29f8169e2b276fc
parentc5b9ecb2da9c1bc53315334d829aa1675d10380e
pcilinux.hidd now uses %build_module for the build. The code has switched to the initialization provided by genmodule and autoopening of libraries.
Adapted the metatarget names to make a distinction between pcilinux on i386 and x86_64.
Be sure linux PCI hidd is initialized during boot.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@24365 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
16 files changed:
arch/all-hosted/mmakefile
arch/all-linux/exec/init.c
arch/i386-linux/mmakefile
arch/i386-linux/pcilinux/driverclass.c
arch/i386-linux/pcilinux/lib.conf [deleted file]
arch/i386-linux/pcilinux/mmakefile.src
arch/i386-linux/pcilinux/pci.h
arch/i386-linux/pcilinux/pcilinux.conf [new file with mode: 0644]
arch/i386-linux/pcilinux/pcilinux_init.c
arch/x86_64-linux/mmakefile
arch/x86_64-linux/pcilinux/driverclass.c
arch/x86_64-linux/pcilinux/lib.conf [deleted file]
arch/x86_64-linux/pcilinux/mmakefile.src
arch/x86_64-linux/pcilinux/pci.h
arch/x86_64-linux/pcilinux/pcilinux.conf [new file with mode: 0644]
arch/x86_64-linux/pcilinux/pcilinux_init.c