2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Cobalt micro systems family specific parts of the kernel
|
|
|
|
#
|
|
|
|
|
2015-06-10 16:23:29 +08:00
|
|
|
obj-y := buttons.o irq.o lcd.o led.o mtd.o reset.o rtc.o serial.o setup.o time.o
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2007-03-05 18:10:03 +08:00
|
|
|
obj-$(CONFIG_PCI) += pci.o
|