4ab8534760795a4e39b6ecfcd97bce0f387f7f13
[openwrt-10.03/.git] / target / linux / avr32 / 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 LINUX_VERSION:=2.6.22.4
15
16 define Target/Description
17   Build firmware images for ATNGW100 board
18 endef
19
20 KERNEL:=2.6
21
22 include $(INCLUDE_DIR)/kernel-build.mk
23
24 #include the profiles
25 -include profiles/*.mk
26
27 $(eval $(call BuildKernel))