mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 08:29:41 +02:00
Removed unneeded -Wunused-result flag.
This commit is contained in:
parent
27d48e9734
commit
cfab51e678
@ -9,7 +9,7 @@ endif
|
||||
CC = gcc
|
||||
TARGET = ../jzboot
|
||||
SOURCES = debug.c devmgr.c ingenic.c main.c shell_lex.c usbdev.c shell.c shell_builtins.c config.c spl_cmdset.c usbboot_cmdset.c
|
||||
CFLAGS = --std=gnu99 -Wall -Werror -I../include -O2 $(shell pkg-config libusb-1.0 --cflags) -Wunused-result
|
||||
CFLAGS = --std=gnu99 -Wall -Werror -I../include -O2 $(shell pkg-config libusb-1.0 --cflags)
|
||||
LIBS += $(shell pkg-config libusb-1.0 --libs)
|
||||
|
||||
OBJECTS = ${SOURCES:.c=.o}
|
||||
|
Loading…
Reference in New Issue
Block a user