Original kernel 2.4.37.5
[tomato.git] / release / src / linux / linux / arch / mips / cobalt / Makefile
blobd208bc8d2a406dd9351ffb5def82feb52906b42d
2 # Makefile for the Cobalt micro systems family specific parts of the kernel
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
10 USE_STANDARD_AS_RULE := true
12 O_TARGET := cobalt.o
14 obj-y := irq.o int-handler.o reset.o setup.o via.o promcon.o
15 obj-$(CONFIG_PCI) += pci.o
17 include $(TOPDIR)/Rules.make