9 lines
141 B
Makefile
9 lines
141 B
Makefile
|
#
|
||
|
# Makefile for the Interface (CTP/PCI/MPC-SH02) specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y := setup.o rtc.o led.o
|
||
|
|
||
|
obj-$(CONFIG_PCI) += pci.o
|
||
|
|