2 # Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 # Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 # Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 # Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
8 TARGET_DIR ?
= $(shell pwd
)/
9 # We use the UCL code available in the Rockbox tools/ directory
10 CFLAGS
+= -I..
/..
/tools
/ucl
/include -Wall
15 LIBSOURCES
= mkmpioboot.c
16 SOURCES
= $(LIBSOURCES
) main.c
19 include ..
/libtools.make
21 # explicit dependencies
22 $(OBJDIR
)mkmpioboot.o
: mkmpioboot.c mkmpioboot.h