layerscape: add 64b/32b target for ls1043ardb device
[openwrt/staging/wigyori.git] / target / linux / layerscape / Makefile
1 #
2 # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
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 BOARD:=layerscape
10 BOARDNAME:=NXP Layerscape
11 DEVICE_TYPE:=developerboard
12 KERNEL_PATCHVER:=4.4
13 KERNELNAME:=Image dtbs
14 FEATURES:=squashfs nand usb pcie gpio
15 SUBTARGETS:=64b 32b
16 MAINTAINER:=Jiang Yutang <jiangyutang1978@gmail.com>
17
18 include $(INCLUDE_DIR)/target.mk
19
20 define Target/Description
21 Build firmware images for $(BOARDNAME) SoC devices.
22 endef
23
24 DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage
25
26 $(eval $(call BuildTarget))