mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 22:22:33 -05:00
Crude kludge to prevent people from running 'make' in the apps and firmware dirs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2449 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4324504d06
commit
410c75bd06
2 changed files with 7 additions and 4 deletions
|
|
@ -15,8 +15,10 @@ OC = sh-elf-objcopy
|
|||
|
||||
INCLUDES=-Iinclude -I. -Icommon -Idrivers
|
||||
|
||||
# store output files in this directory:
|
||||
OBJDIR = .
|
||||
ifndef OBJDIR
|
||||
"Don't run make in the firmware dir!"
|
||||
endif
|
||||
|
||||
TOOLSDIR = ../tools
|
||||
|
||||
CFLAGS = -W -Wall -O -m1 -nostdlib -ffreestanding -Wstrict-prototypes $(INCLUDES) $(TARGET) $(EXTRA_DEFINES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue