mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Move all app common files under apps/common
This commit is contained in:
parent
60f362b819
commit
5bd6a32013
31 changed files with 49 additions and 49 deletions
|
|
@ -2,7 +2,7 @@ TOPDIR=../..
|
|||
PROJECT:=$(shell basename ${PWD})
|
||||
|
||||
OPT=-Os
|
||||
SRCS=${PROJECT}.c ${TOPDIR}/apps/crt0.S
|
||||
SRCS=${PROJECT}.c ${TOPDIR}/apps/common/crt0.S
|
||||
|
||||
HEAP_SIZE=$(shell echo "320 * 200 * 4" | bc)
|
||||
HOST_EXTRA=-e ${HEAP_SIZE} -i 9999999
|
||||
|
|
@ -12,4 +12,4 @@ test: all
|
|||
${TOPDIR}/hosts/host-sdl/host-sdl ${HOST_EXTRA} ${PWD}/${PROJECT}.bin
|
||||
|
||||
clean: clean_common
|
||||
include ${TOPDIR}/apps/makefile.common
|
||||
include ${TOPDIR}/apps/common/makefile.common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue