| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the STMicroelectronics Overdrive specific parts of the kernel | ||||
| 3 | # | ||||
| 4 | |||||
| Paul Mundt | 36ddf31 | 2006-01-16 22:14:17 -0800 | [diff] [blame] | 5 | obj-y := mach.o setup.o io.o irq.o led.o |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
| 7 | obj-$(CONFIG_PCI) += fpga.o galileo.o pcidma.o | ||||
| 8 | |||||