Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the Cobalt micro systems family specific parts of the kernel |
| 4 | # |
| 5 | |
Ralf Baechle | 34b1252 | 2015-06-10 10:23:29 +0200 | [diff] [blame] | 6 | obj-y := buttons.o irq.o lcd.o led.o mtd.o reset.o rtc.o serial.o setup.o time.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Yoichi Yuasa | 2a9effc | 2007-03-05 19:10:03 +0900 | [diff] [blame] | 8 | obj-$(CONFIG_PCI) += pci.o |