perf: fix build on PowerPC
[openwrt/openwrt.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.15
14
15 include $(INCLUDE_DIR)/target.mk
16
17 KERNELNAME:=zImage dtbs
18
19 DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth
20
21 $(eval $(call BuildTarget))