mirror of
https://github.com/apache/nuttx.git
synced 2026-09-24 00:42:03 +08:00
arch/arm/src/kinetis: Grrr.. fix a backward conditional test in last commit.
This commit is contained in:
@@ -134,7 +134,7 @@ ifeq ($(CONFIG_DEBUG_GPIO_INFO),y)
|
||||
CHIP_CSRCS += kinetis_pindump.c
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_KINETIS_UART),y)
|
||||
ifeq ($(CONFIG_KINETIS_UART),y)
|
||||
CHIP_CSRCS += kinetis_serial.c
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user