From c95e30b75d75b674f0d645b7c41377bbd0511213 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 11 Nov 2016 16:01:14 +0100 Subject: nwztools/plattools: use player database and rework stuff Using the database, we can now safely read/write the NVP. I also add more support for Sony's "display" tool. Change-Id: I8439fe9bad391c7f29859d99f236781be7983625 --- utils/nwztools/plattools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'utils/nwztools/plattools/Makefile') diff --git a/utils/nwztools/plattools/Makefile b/utils/nwztools/plattools/Makefile index 067b4a7033..3031bc72b4 100644 --- a/utils/nwztools/plattools/Makefile +++ b/utils/nwztools/plattools/Makefile @@ -2,9 +2,10 @@ PREFIX?=arm-sony-linux-gnueabi- CC=$(PREFIX)gcc LD=$(PREFIX)gcc CFLAGS=-std=gnu99 -Wall -O2 -INCLUDES=-I. +NWZ_DB_DIR=../database +INCLUDES=-I. -I$(NWZ_DB_DIR) -LIB_FILES=nwz_lib.c nwz_lib_devlist.c +LIB_FILES=nwz_lib.c $(NWZ_DB_DIR)/nwz_db.c TOOL_FILES=dest_tool.c test_adc.c test_adc.c test_bl.c test_display.c \ test_keys.c test_power.c test_ts.c test_fb.c ALL_ELF=$(patsubst %.c,%.elf,$(TOOL_FILES)) all_tools.elf dualboot.elf -- cgit v1.2.3