Makefile (65cc1a59d192be1df33633d3fe668a1e3e0edc36) | Makefile (b32de9dd38fcf9063e993dcdd64cc64ad344d3ac) |
---|---|
1# 2# Makefile for the linux kernel. 3# | 1# 2# Makefile for the linux kernel. 3# |
4obj-y := soc.o | |
5 6# CPU-specific support 7obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o 8obj-$(CONFIG_SOC_AT91SAM9) += at91sam9.o 9obj-$(CONFIG_SOC_SAMA5) += sama5.o 10 11# Power Management 12obj-$(CONFIG_PM) += pm.o --- 41 unchanged lines hidden --- | 4 5# CPU-specific support 6obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o 7obj-$(CONFIG_SOC_AT91SAM9) += at91sam9.o 8obj-$(CONFIG_SOC_SAMA5) += sama5.o 9 10# Power Management 11obj-$(CONFIG_PM) += pm.o --- 41 unchanged lines hidden --- |