mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
scsitools: const correctness and add "get_dnk_nvp all" subcommand.
Change-Id: Ic5cb3dfa3be684f31a2c55a3cb7d45cfe8c65b25
This commit is contained in:
parent
76fbb33adf
commit
cda16f9439
2 changed files with 49 additions and 19 deletions
|
|
@ -6,7 +6,7 @@ CC=$(PREFIX)gcc
|
|||
LD=$(PREFIX)gcc
|
||||
NWZ_DB_DIR=../../../firmware/target/hosted/sonynwz
|
||||
INCLUDES=-I$(NWZ_DB_DIR) -I$(SCSI_DIR)
|
||||
CFLAGS=-std=c99 -Wall -O2 $(DEFINES) $(INCLUDES)
|
||||
CFLAGS=-std=c99 -g -Wall -O2 $(DEFINES) $(INCLUDES)
|
||||
LDFLAGS=-L$(SCSI_DIR) -lrbscsi
|
||||
BINS=scsitool$(EXE_EXT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue