mirror of
https://github.com/FunKey-Project/FunKey-ProdScreens.git
synced 2025-12-12 16:58: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
|
||||
|
||||
# Output
|
||||
EXEC=$(CROSS_COMPILE)funkey_prod_screens
|
||||
EXEC=funkey_prod_screens
|
||||
|
||||
# Build settings
|
||||
CC=gcc
|
||||
CC=$(CROSS_COMPILE)gcc
|
||||
# SDL options
|
||||
CC_SDL=-lSDL -lSDL_image -lSDL_ttf `sdl-config --cflags --libs`
|
||||
# Other options
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user