23 lines
548 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2017-09-06 19:19:45 +08:00
#
# Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
2017-09-06 19:19:45 +08:00
include $(TOPDIR)/rules.mk
BOARD:=layerscape
BOARDNAME:=NXP Layerscape
2020-07-02 23:30:56 +08:00
KERNEL_PATCHVER:=5.4
FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
SUBTARGETS:=armv8_64b armv7
2017-09-06 19:19:45 +08:00
define Target/Description
2017-10-19 22:23:41 +08:00
Build firmware images for NXP Layerscape based boards.
2017-09-06 19:19:45 +08:00
endef
2017-10-19 22:23:41 +08:00
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage \
mkf2fs e2fsprogs partx-utils
2017-09-06 19:19:45 +08:00
$(eval $(call BuildTarget))