20dc43cb9e8dbe7b0176e20eb34b052a7ce29ba1
[openwrt/staging/dedeckeh.git] / target / linux / at91 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2006-2013 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=at91
9 BOARDNAME:=Microchip (Atmel AT91)
10 FEATURES:=ext4 squashfs targz usbgadget ubifs
11 SUBTARGETS:=sama7 sama5 sam9x
12
13 KERNEL_PATCHVER:=5.10
14 KERNEL_TESTING_PATCHVER:=5.15
15
16 include $(INCLUDE_DIR)/target.mk
17
18 KERNELNAME:=zImage dtbs
19
20 DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth
21
22 $(eval $(call BuildTarget))