diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2015-03-12 15:54:27 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-13 15:11:04 +0100 |
commit | ea4abe7f3a3216f5d98dcc7a884e10f20b264429 (patch) | |
tree | 170a840a62a135fb415a3c23c9943054dc0edde8 /arch/arm/mach-at91/Makefile | |
parent | ARM: at91/dt: introduce atmel,<chip>-dbgu (diff) | |
download | linux-ea4abe7f3a3216f5d98dcc7a884e10f20b264429.tar.xz linux-ea4abe7f3a3216f5d98dcc7a884e10f20b264429.zip |
ARM: at91: add soc detection infrastructure
Add new structures and functions to handle AT91 SoC detection.
[alexandre.belloni@free-electrons.com: reworked DBGU detection]
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index 7df8c854f80f..709f059602b9 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -2,7 +2,7 @@ # Makefile for the linux kernel. # -obj-y := setup.o +obj-y := setup.o soc.o obj-$(CONFIG_SOC_AT91SAM9) += sam9_smc.o |