summaryrefslogtreecommitdiff
path: root/utils/nwztools/plattools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/plattools/Makefile')
-rw-r--r--utils/nwztools/plattools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/plattools/Makefile b/utils/nwztools/plattools/Makefile
index d3efdb74a3..31633294ee 100644
--- a/utils/nwztools/plattools/Makefile
+++ b/utils/nwztools/plattools/Makefile
@@ -4,7 +4,7 @@ LD=$(PREFIX)gcc
4CFLAGS=-std=gnu99 -Wall -O2 4CFLAGS=-std=gnu99 -Wall -O2
5INCLUDES=-I. 5INCLUDES=-I.
6 6
7LIB_FILES=nwz_lib.c 7LIB_FILES=nwz_lib.c nwz_lib_devlist.c
8ALL_BUT_LIB=$(patsubst %.c,%.elf,$(filter-out $(LIB_FILES),$(wildcard *.c))) 8ALL_BUT_LIB=$(patsubst %.c,%.elf,$(filter-out $(LIB_FILES),$(wildcard *.c)))
9 9
10all: $(ALL_BUT_LIB) 10all: $(ALL_BUT_LIB)