blob: 974f79256bb33eaec635c69b9007b4622e180072 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Copyright 2000 MontaVista Software Inc.
# Author: MontaVista Software, Inc.
# ppopov@mvista.com or source@mvista.com
#
# Makefile for the Alchemy Semiconductor PB1000 board.
#
obj-y := init.o board_setup.o irqmap.o
|