mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 01:10:28 +00:00
bc95f3669f
Conflicts: drivers/usb/input/Makefile drivers/usb/input/gtco.c
10 lines
227 B
Makefile
10 lines
227 B
Makefile
#
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
#
|
|
|
|
obj-y := irq.o reset.o setup.o buttons.o
|
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_EARLY_PRINTK) += console.o
|
|
obj-$(CONFIG_MTD_PHYSMAP) += mtd.o
|