diff options
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 c740aa1..6376f53 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 |