mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
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
|
||
|
|