Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: 0df1f2487d2f0d04703f142813d53615d62a1da4 authored by Linus Torvalds on 02 November 2014, 23:01:51 UTC
Linux 3.18-rc3
Tip revision: 0df1f24
Makefile
#
# Makefile for the Cobalt micro systems family specific parts of the kernel
#

obj-y := buttons.o irq.o lcd.o led.o reset.o rtc.o serial.o setup.o time.o

obj-$(CONFIG_PCI)		+= pci.o
obj-$(CONFIG_MTD_PHYSMAP)	+= mtd.o
back to top