From 066ce338d8d63fdcc6e40678acf1a20eb814c52b Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Tue, 3 Oct 2017 00:48:15 +0300 Subject: [PATCH] flash/nor/Makefile.am: lexicographical order --- src/flash/nor/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flash/nor/Makefile.am b/src/flash/nor/Makefile.am index 759e98c4b..c647cbb60 100644 --- a/src/flash/nor/Makefile.am +++ b/src/flash/nor/Makefile.am @@ -22,8 +22,8 @@ NOR_DRIVERS = \ %D%/dsp5680xx_flash.c \ %D%/efm32.c \ %D%/em357.c \ - %D%/fespi.c \ %D%/faux.c \ + %D%/fespi.c \ %D%/fm3.c \ %D%/fm4.c \ %D%/jtagspi.c \