nuttx/boards/arm/cxd56xx/drivers/audio
Gregory Nutt 5c0e8e88b1 Revert "Makefile: move INCDIROPT to common place (#625)"
This reverts commit b9ace36fcc.

This change was added by PR 625 but has a serious logic flaw.  It removes all occurrences of INCDIROPT and replaces it with a definition in tools/Config.mk:

    else ifeq ($(WINTOOL),y)
      DEFINE = "$(TOPDIR)/tools/define.sh"
      INCDIR = "$(TOPDIR)/tools/incdir.sh" -w

This logic flaw is the Config.mk is included in all Make.defs files BEFORE WINTOOL is defined.  As a result, the definition is wrong in many places when building under Cygwin with a Windows native toolchain.
2020-03-26 08:50:29 -07:00
..
cxd56_audio_ac_reg.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_ac_reg.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_aca.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_aca.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_analog.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_analog.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_bca_reg.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_bca_reg.h boards/arm/cxd56xx/drivers/audio: Missing commas in in enumeration. Fix compilation error found in build testing due to missing commas in an enumeration type. Correct ordering of definitions and section block comments to follow coding standard. 2020-01-08 14:54:10 -03:00
cxd56_audio_beep.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_beep.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_config.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_config.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_digital.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_digital.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_dma.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
cxd56_audio_dma.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_filter.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_filter.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_irq.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_irq.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_mic.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_mic.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_pin.c cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_pin.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_power.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_power.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio_volume.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
cxd56_audio_volume.h cxd56xx improvements (#48) 2020-01-07 11:21:58 -03:00
cxd56_audio.c Fix a few errors concerning use of section block comments in .c files: (#95) 2020-01-14 00:37:54 +01:00
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
Make.defs Revert "Makefile: move INCDIROPT to common place (#625)" 2020-03-26 08:50:29 -07:00