# | |
# Carsten Langgaard, [email protected] | |
# Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. | |
# | |
# Copyright (C) 2008 Wind River Systems, Inc. | |
# written by Ralf Baechle <[email protected]> | |
# | |
obj-y := malta-display.o malta-init.o \ | |
malta-int.o malta-memory.o malta-platform.o \ | |
malta-reset.o malta-setup.o malta-time.o | |
obj-$(CONFIG_MIPS_CMP) += malta-amon.o | |
obj-$(CONFIG_MIPS_MALTA_PM) += malta-pm.o |