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.
|
#
|
|
# Makefile for the Freescale PowerPC 512x linux kernel.
|
|
#
|
|
obj-y += clock.o mpc512x_shared.o
|
|
obj-$(CONFIG_MPC5121_ADS) += mpc5121_ads.o mpc5121_ads_cpld.o
|
|
obj-$(CONFIG_MPC5121_GENERIC) += mpc5121_generic.o
|
|
obj-$(CONFIG_PDM360NG) += pdm360ng.o
|
|
|