diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 10:23:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 10:23:31 -0700 |
commit | 54d822a6169b76b807b8cdbbf76ff2812a88947f (patch) | |
tree | fc54a011db76dcb51a0faebb9f6aafb14a643db2 /arch/avr32/boards/atngw100/Makefile | |
parent | 22484856402bfa1ff3defe47f6029ab0418240d9 (diff) | |
parent | d9214556b11a8d18ff588e60824c12041d30f791 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6:
avr32: Fix GPIO initcall breakage
avr32: Scale loops_per_jiffy when cpu frequency changes
avr32: Fix bug in LCD pin setup on port C
avr32: Add defconfig for the favr-32 board
avr32: Add defconfig for the mimc200 board
avr32: Add MIMC200 board support
avr32: Fix MIMC200 board use of SPD network pins
avr32: add support for EarthLCD Favr-32 board
avr32: Add support for EVKLCD10X addon boards
avr32: Kconfig: Remove pointless if around atstk1000 include
Diffstat (limited to 'arch/avr32/boards/atngw100/Makefile')
-rw-r--r-- | arch/avr32/boards/atngw100/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/avr32/boards/atngw100/Makefile b/arch/avr32/boards/atngw100/Makefile index c740aa11675..6376f5322e4 100644 --- a/arch/avr32/boards/atngw100/Makefile +++ b/arch/avr32/boards/atngw100/Makefile @@ -1 +1,2 @@ -obj-y += setup.o flash.o +obj-y += setup.o flash.o +obj-$(CONFIG_BOARD_ATNGW100_EVKLCD10X) += evklcd10x.o |