d0a0515fc3
Create platform device for cobalt buttons as part of arch setup. This makes the driver follow current driver model more closely. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Acked-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
9 lines
191 B
Makefile
9 lines
191 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_EARLY_PRINTK) += console.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|