From 3097239ce65c2eca659671c23dbacbefc398b9e7 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 28 Oct 2016 23:27:29 +0200 Subject: nwztools/plattools: add device list This list can map from model id to device name. It was automatically extracted from Sony's tools. In the future, we will probably generate it from a clean database containing more useful information. Change-Id: Ibe580edf25b60bf0bf4aef4a06f40dddd19c5404 --- utils/nwztools/plattools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/nwztools/plattools/Makefile') 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 CFLAGS=-std=gnu99 -Wall -O2 INCLUDES=-I. -LIB_FILES=nwz_lib.c +LIB_FILES=nwz_lib.c nwz_lib_devlist.c ALL_BUT_LIB=$(patsubst %.c,%.elf,$(filter-out $(LIB_FILES),$(wildcard *.c))) all: $(ALL_BUT_LIB) -- cgit v1.2.3