mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
SDL based host with extram mapped to framebuffer and simple gfx app to accompany it
This commit is contained in:
parent
577aaadacd
commit
e7485d5972
8 changed files with 336 additions and 0 deletions
13
apps/gfx/Makefile
Normal file
13
apps/gfx/Makefile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
TOPDIR=../..
|
||||
PROJECT:=$(shell basename ${PWD})
|
||||
|
||||
OPT=-Os
|
||||
SRCS=${PROJECT}.c ${TOPDIR}/apps/crt0.S
|
||||
|
||||
HOST_EXTRA=-i 4294967295
|
||||
all: all_common
|
||||
test: all
|
||||
${TOPDIR}/hosts/host-sdl/host-sdl ${HOST_EXTRA} ${PWD}/${PROJECT}.bin
|
||||
|
||||
clean: clean_common
|
||||
include ${TOPDIR}/apps/makefile.common
|
||||
Loading…
Add table
Add a link
Reference in a new issue