Changes between 1.6.2 and 1.6.3: 805e407f6f1f723023f06d9a3e7e0b8a23b023f7 (HEAD, tag: 1.6.3) Merge branch 'version-1.6.3' into 'stable-1.6' 11504f3a0f24bcaec4191ef3fc4c8d4c8c942bd1 Version bump to 1.6.3. e2129f7794a9bbc4d9c4385d84d33a3b1a6739a4 Merge branch 'genet-6.12' into 'stable-1.6' 5b3663e15bcea8050a2a45adb2c3c0ade4f17d96 Merge branch 'fake_without_domain' into 'stable-1.6' d15936b8b5cf3096251b6118dfd0a069b6ba88b6 Merge branch 'fix_ccat_aarch64' into 'stable-1.6' dab517b9cab6ec7328af166026359d32735914d8 Merge branch 'tty-module-fixes' into 'stable-1.6' fa7c40b63e6025eb4d9261f5e10611e0e6fafe57 Merge branch 'fix_warnings' into 'stable-1.6' d06a18f934aac931e4dff37703e0f646e3088bb8 Fix -Wold-style-declaration. 60dd4f94eca2b2a0007523e6955faf48ba81990e Fix -Wmissing-prototypes c2cbfa5b93439cd7f742870d8f4fe234af8f7c98 [FEAT] add genet device driver for kernel 6.12 de9efb77700b2cd055f8f4dd49827d1ee34fc093 Fix ccat for aarch64 >= 6.11.0 2824232792364140569d522627b48a64e5d3a690 tty/module.c: fix ec_tty_send_xchar() prototype for Linux >= 6.8 27175946c4ea55a426cdcdc1278a7d7c433d2a57 tty/module.c: fix ec_tty_write() prototype for Linux >= 6.6 aed3ba0acb2c355be562cfbdb3a375682412c144 tty/module.c: mark internal functions as static c117849d02cf53b7fe338c39798b6e3b81b3a812 Removed FAKE_EC_DOMAIN_PERMUTATION. 5ae76628930094caed35c58dc2099b241e7d82a6 Removed domain permutation from documentation; fixed some typos. 2e9101da99b18700e23587e04751050cf07de632 Remove domain information from RtIPC path. ca66cd6ae9b821bfbec6d68ee1b43da359c5894c Merge branch 'remove-inline-statement' into 'stable-1.6' 5802c72818df07d34469630a8943915cce738626 Remove unnecessary inline statement causing build -O0 problems Patch 0001-tty-module.c-mark-internal-functions-as-static.patch merged upstream as of aed3ba0acb2c355be562cfbdb3a375682412c144. Patch 0002-tty-module.c-fix-ec_tty_write-prototype-for-Linux-6..patch merged upstream as of 27175946c4ea55a426cdcdc1278a7d7c433d2a57. Patch 0003-tty-module.c-fix-ec_tty_send_xchar-prototype-for-Lin.patch merged upstream as of 2824232792364140569d522627b48a64e5d3a690. Patch 0004-Remove-unnecessary-inline-statement-causing-build-O0.patch merged upstream as of 5802c72818df07d34469630a8943915cce738626. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
37 lines
1.8 KiB
Makefile
37 lines
1.8 KiB
Makefile
################################################################################
|
|
#
|
|
# igh-ethercat
|
|
#
|
|
################################################################################
|
|
|
|
IGH_ETHERCAT_VERSION = 1.6.3
|
|
IGH_ETHERCAT_SITE = $(call gitlab,etherlab.org,ethercat,$(IGH_ETHERCAT_VERSION))
|
|
IGH_ETHERCAT_LICENSE = GPL-2.0 (IgH EtherCAT master), LGPL-2.1 (libraries)
|
|
IGH_ETHERCAT_LICENSE_FILES = COPYING COPYING.LESSER
|
|
# Fetching from Git
|
|
IGH_ETHERCAT_AUTORECONF = YES
|
|
|
|
IGH_ETHERCAT_INSTALL_STAGING = YES
|
|
|
|
IGH_ETHERCAT_CONF_OPTS = \
|
|
--with-linux-dir=$(LINUX_DIR) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_USERLIB),--enable-userlib,--disable-userlib) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_CLITOOL),--enable-tool,--disable-tool) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_TTY),--enable-tty,--disable-tty) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_GENERIC),--enable-generic,--disable-generic) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_8139TOO),--enable-8139too,--disable-8139too) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_E100),--enable-e100,--disable-e100) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_E1000),--enable-e1000,--disable-e1000) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_E1000E),--enable-e1000e,--disable-e1000e) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_GENET),--enable-genet,--disable-genet) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_IGB),--enable-igb,--disable-igb) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_IGC),--enable-igc,--disable-igc) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_R8169),--enable-r8169,--disable-r8169) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_STMMAC_PCI),--enable-stmmac-pci,--disable-stmmac-pci) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_STMMAC),--enable-stmmac,--disable-stmmac) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_DWMAC_INTEL),--enable-dwmac-intel,--disable-dwmac-intel) \
|
|
$(if $(BR2_PACKAGE_IGH_ETHERCAT_CCAT),--enable-ccat,--disable-ccat)
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(autotools-package))
|