mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
21 lines
250 B
Makefile
21 lines
250 B
Makefile
# Setup:
|
|
# $ make local
|
|
# $ ln -sf BCM.mk Local.mk
|
|
|
|
# Test:
|
|
# $ make run
|
|
|
|
# Done:
|
|
# $ make restore
|
|
|
|
OBJS += \
|
|
test_video.o \
|
|
video_bcm.o \
|
|
frt_options.o \
|
|
bcm.gen.o \
|
|
egl.gen.o \
|
|
gles2.gen.o
|
|
|
|
CXXFLAGS += -I/opt/vc/include
|
|
LIBS += -ldl
|