summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Move libftdi1 detection to hwlibs targetThomas Heijligen2021-11-071-28/+24
* Makefile: Move NI845X_SPI library detection to hwlibs targetThomas Heijligen2021-11-071-16/+15
* Makefile: Revise build options for Linux specific headersThomas Heijligen2021-11-071-44/+22
* Makefile: Revise utsname and clock_gettime testThomas Heijligen2021-11-071-22/+13
* Makefile: compiler target: separate fixed text and value by a colonThomas Heijligen2021-11-071-8/+6
* Makefile: Revise C compiler checkThomas Heijligen2021-11-011-7/+6
* Makefile: remove NEED_LIBUSB1 from FEATURE_CFLAGSThomas Heijligen2021-10-261-1/+0
* Makefile: meson.build: remove unused CONFIG_I2C_SUPPORTThomas Heijligen2021-10-261-1/+0
* Makefile, ich_descriptors_tool/Makefile: unify behaviorThomas Heijligen2021-10-261-1/+1
* Makefile: unify the use of filterThomas Heijligen2021-10-251-4/+4
* buildsystem: evaluate the USE_IOPL, USE_DEV_IO, USE_IOPERM macrosThomas Heijligen2021-10-151-0/+19
* buildsystem: handle the IS_WINDOWS macroThomas Heijligen2021-10-151-0/+6
* buildsystem: Determine the endianness only in the buildsystemThomas Heijligen2021-10-151-0/+7
* Makefile: copy determination test for the endian to Makefile.dThomas Heijligen2021-10-151-2/+3
* Makefile: move determination test for the architecture to Makefile.dThomas Heijligen2021-10-151-7/+3
* Makefile: move determination test for OS to Makefile.dThomas Heijligen2021-10-151-9/+4
* Makefile: move determination tests for target systems to one placeThomas Heijligen2021-10-151-17/+9
* Makefile: summarize systems with the same CPPFLAGS and LDFLAGSThomas Heijligen2021-10-141-14/+4
* Makefile: use STRIP_ARGS = -s on all systemsThomas Heijligen2021-10-141-4/+1
* Makefile: move functions and macros to own fileThomas Heijligen2021-09-281-197/+2
* custom_baud: move Linux specific code into own fileThomas Heijligen2021-09-281-1/+6
* mec1308: remove MEC1308 EC programmerVictor Ding2021-09-221-13/+2
* ene_lpc: remove ENE LPC programmerVictor Ding2021-09-221-14/+3
* ni845x_spi: handle PROGRAMFILES(X86) env var properlyMiklós Márton2021-08-271-2/+11
* Makefile: Use dependency lists to generate NEED_<library> varsNico Huber2021-07-121-26/+4
* Makefile: Enable bitbang_spi based on its dependency listNico Huber2021-07-121-17/+8
* Makefile: Disable libusb/libpci programmers via dependency listsNico Huber2021-07-121-28/+13
* Makefile: Deflate per-architecture handling of unsupported programmersNico Huber2021-07-121-132/+9
* Makefile: Deflate handling of Linux-only programmersNico Huber2021-07-121-35/+6
* Makefile: Deflate handling of unsupported programmers for libpayloadNico Huber2021-07-121-70/+6
* Makefile: Deflate handling of unsupported programmers for MinGWNico Huber2021-07-121-102/+7
* Makefile: Deflate handling of unsupported programmers for DJGPPNico Huber2021-07-121-78/+6
* Makefile: Add macro to disable unsupported programmersNico Huber2021-07-121-0/+7
* Makefile: Gather lists of dependencies by feature/libNico Huber2021-07-121-0/+49
* Makefile: Move $(NEED_LIBFTDI) block to similar onesNico Huber2021-07-121-10/+10
* Makefile: Move NI845X_SPI default to the other defaultsNico Huber2021-07-121-3/+3
* Revert "Mark ENE_LPC and MEC1308 as NEED_LIBPCI"Nico Huber2021-07-121-4/+0
* Makefile: Turn x86-arch comments into `if`Nico Huber2021-06-271-2/+4
* CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enumThomas Heijligen2021-06-101-7/+10
* programmer_table: move array content to an own fileThomas Heijligen2021-06-091-1/+1
* Makefile: Only enable I2C programmers on LinuxAngel Pons2021-05-121-30/+10
* Revert "Makefile: Explicitly set '-std=c99'"Angel Pons2021-04-221-1/+1
* Makefile: Disable libusb-dependent Raiden on DOSAngel Pons2021-04-211-0/+5
* Makefile,meson.build: Fix dependency issues with raiden_debug_spiEdward O'Callaghan2021-04-011-5/+0
* Makefile: Explicitly set '-std=c99'Edward O'Callaghan2021-01-131-1/+1
* Makefile: Add a DISABLE_CLOCK_GETTIME optionMartin Lucina2021-01-111-0/+5
* s25f.c: implement probing and block erasers for SpansionNikolai Artemiev2020-12-031-1/+1
* raiden_debug: Rename with '_DEBUG_SPI' suffixEdward O'Callaghan2020-11-281-7/+7
* Disable ENE_LPC and MEC1308 on non-x86 archVictor Ding2020-11-121-0/+10
* Makefile: Fix typo NEED_LIBUSB0 -> NEED_LIBUSB1Edward O'Callaghan2020-10-281-1/+1