add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
[openwrt.git] / target / linux / avr32-2.6 / Makefile
1 #
2 # Copyright (C) 2007 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=avr32
10 BOARD:=avr32
11 BOARDNAME:=Atmel AVR32
12 FEATURES:=squashfs
13
14 define Target/Description
15 Build firmware images for ATNGW100 board
16 endef
17
18 KERNEL:=2.6
19
20 include $(INCLUDE_DIR)/kernel-build.mk
21
22 #include the profiles
23 -include profiles/*.mk
24
25 $(eval $(call BuildKernel))
This page took 0.054545 seconds and 5 git commands to generate.