9 lines
180 B
Makefile
9 lines
180 B
Makefile
|
#
|
||
|
# 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
|
||
|
|