summaryrefslogtreecommitdiff
path: root/utils/nwztools/plattools/Makefile
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-10-28 23:27:29 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2016-10-28 23:27:29 +0200
commit3097239ce65c2eca659671c23dbacbefc398b9e7 (patch)
treed10a9ae5e04f42f1f22735bd2d44621fc1bf471e /utils/nwztools/plattools/Makefile
parent281c8d47000f591daae8c74c737825ecdccf4326 (diff)
downloadrockbox-3097239ce65c2eca659671c23dbacbefc398b9e7.tar.gz
rockbox-3097239ce65c2eca659671c23dbacbefc398b9e7.zip
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
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)