add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
SVN-Revision: 7533
This commit is contained in:
@@ -21,6 +21,9 @@ endif
|
||||
ifneq (,$(findstring ppc,$(BOARD)))
|
||||
KERNELNAME="uImage"
|
||||
endif
|
||||
ifneq (,$(findstring avr32,$(BOARD)))
|
||||
KERNELNAME="uImage"
|
||||
endif
|
||||
|
||||
KERNEL_MAKEOPTS := -C $(LINUX_DIR) \
|
||||
CROSS_COMPILE="$(KERNEL_CROSS)" \
|
||||
|
||||
Reference in New Issue
Block a user