mirror of
https://github.com/FunKey-Project/FunKey-ProdScreens.git
synced 2026-05-01 02:19:33 +02:00
makefile for cross compilation
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user