mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Makefile cleanups
Change-Id: I69b8b81d357553c979682d42097eba864c951512
This commit is contained in:
parent
1895af8e15
commit
9b2fab1ca9
4 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ CC=$(PREFIX)gcc
|
|||
LD=$(PREFIX)gcc
|
||||
NWZ_DB_DIR=../database
|
||||
INCLUDES=-I$(NWZ_DB_DIR) -I$(SCSI_DIR)
|
||||
CFLAGS=-std=c99 -W -Wall $(DEFINES) $(INCLUDES)
|
||||
CFLAGS=-std=c99 -Wall $(DEFINES) $(INCLUDES)
|
||||
LDFLAGS=-L$(SCSI_DIR) -lrbscsi
|
||||
BINS=scsitool
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue