mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +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
|