mirror of
https://github.com/FunKey-Project/FunKey-ProdScreens.git
synced 2025-12-13 01:08:50 +01:00
makefile for cross compilation
This commit is contained in:
parent
789e9dcb93
commit
5f804857a4
4
Makefile
4
Makefile
@ -10,10 +10,10 @@ prodScreen_magnetTest.c \
|
|||||||
prodScreen_validation.c
|
prodScreen_validation.c
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
EXEC=$(CROSS_COMPILE)funkey_prod_screens
|
EXEC=funkey_prod_screens
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
CC=gcc
|
CC=$(CROSS_COMPILE)gcc
|
||||||
# SDL options
|
# SDL options
|
||||||
CC_SDL=-lSDL -lSDL_image -lSDL_ttf `sdl-config --cflags --libs`
|
CC_SDL=-lSDL -lSDL_image -lSDL_ttf `sdl-config --cflags --libs`
|
||||||
# Other options
|
# Other options
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user