diff options
author | Angelo Dureghello <angelo@sysam.it> | 2016-10-06 21:41:35 +0300 |
---|---|---|
committer | Greg Ungerer <gerg@linux-m68k.org> | 2016-12-05 01:53:27 +0300 |
commit | a41cdd0117bfe86924b28e560153c85593e942d0 (patch) | |
tree | d8d5f5c9426814ed51b3ca2c63d9e0341a862288 /arch/m68k/coldfire/Makefile | |
parent | 2d24b532f95b8b1b61bf670ef5bdee52bcf59640 (diff) | |
download | linux-a41cdd0117bfe86924b28e560153c85593e942d0.tar.xz |
m68k: add Sysam AMCORE open board support
Add support for Sysam AMCORE board, an open hardware embedded Linux
board, see http://sysam.it/openzone/projects/amcore/amcore.html for
any info.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/coldfire/Makefile')
-rw-r--r-- | arch/m68k/coldfire/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/coldfire/Makefile b/arch/m68k/coldfire/Makefile index 68f0fac60099..4aa2c57afc35 100644 --- a/arch/m68k/coldfire/Makefile +++ b/arch/m68k/coldfire/Makefile @@ -34,6 +34,7 @@ obj-$(CONFIG_NETtel) += nettel.o obj-$(CONFIG_CLEOPATRA) += nettel.o obj-$(CONFIG_FIREBEE) += firebee.o obj-$(CONFIG_MCF8390) += mcf8390.o +obj-$(CONFIG_AMCORE) += amcore.o obj-$(CONFIG_PCI) += pci.o |