blob: 1762b59e927942c7defb717f785cb63008912373 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#
# Makefile for the STMicroelectronics Overdrive specific parts of the kernel
#
obj-y := mach.o setup.o io.o irq.o led.o time.o
obj-$(CONFIG_PCI) += fpga.o galileo.o pcidma.o
|