Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@53 f3766cd6-281f-0410-b1cd-43a5c92072e9
9 lines
146 B
Makefile
9 lines
146 B
Makefile
#
|
|
# Makefile for LinuxBIOS architectures
|
|
#
|
|
# (c) 2006 coresystems GmbH
|
|
#
|
|
|
|
obj-$(CONFIG_ARCH_X86) += x86/
|
|
obj-$(CONFIG_ARCH_POWERPC) += powerpc/
|
|
|