You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
obj-y := timer.o
|
|
obj-y += rstc.o
|
|
obj-y += common.o
|
|
obj-y += rtciobrg.o
|
|
obj-$(CONFIG_DEBUG_LL) += lluart.o
|
|
obj-$(CONFIG_CACHE_L2X0) += l2x0.o
|
|
obj-$(CONFIG_SUSPEND) += pm.o sleep.o
|
|
obj-$(CONFIG_SIRF_IRQ) += irq.o
|
|
|