mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Allow passing additional CFLAGS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31524 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8c6c6a6b20
commit
c5530d9258
5 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
TARGET_DIR ?= $(shell pwd)/
|
||||
# We use the UCL code available in the Rockbox tools/ directory
|
||||
CFLAGS = -I../../tools/ucl/include -Wall
|
||||
CFLAGS += -I../../tools/ucl/include -Wall
|
||||
|
||||
OUTPUT = mkmpioboot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue