arch/arm/src/kinetis: Grrr.. fix a backward conditional test in last commit.

This commit is contained in:
Gregory Nutt
2018-05-04 17:46:14 -06:00
parent 399b4ba69d
commit 7534a3d554
+1 -1
View File
@@ -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