Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: 19583ca584d6f574384e17fe7613dfaeadcdc4a6 authored by Linus Torvalds on 03 August 2014, 22:25:02 UTC
Linux 3.16
Tip revision: 19583ca
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