210b94e864
Now the needed structs are allocated dynamically from __init code reducing memory usage if the kernel runs on a board different from a9m9750dev. Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
10 lines
329 B
Makefile
10 lines
329 B
Makefile
obj-y := irq.o time.o generic.o gpio.o
|
|
|
|
obj-$(CONFIG_MACH_CC9P9360DEV) += mach-cc9p9360dev.o
|
|
obj-$(CONFIG_MACH_CC9P9360JS) += mach-cc9p9360js.o
|
|
|
|
obj-$(CONFIG_BOARD_A9M9750DEV) += board-a9m9750dev.o
|
|
obj-$(CONFIG_BOARD_JSCC9P9360) += board-jscc9p9360.o
|
|
|
|
# platform devices
|
|
obj-$(CONFIG_NS9XXX_HAVE_SERIAL8250) += plat-serial8250.o
|