Skip to content

Commit

Permalink
Makefile: Fix target RPI_GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
kerel-fs committed Mar 15, 2017
1 parent 7836684 commit a9ee514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ FLAGS += -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -march=armv6zk -mfpu=vfp
endif

ifdef USE_RPI_GPU_FFT
LDLIBS += -ldl
GPU_FLAGS = -DUSE_RPI_GPU_FFT
GPU_SRC = src/mailbox.c src/gpu_fft.c src/gpu_fft_twiddles.c src/gpu_fft_shaders.c
GPU_SRC = src/mailbox.c src/gpu_fft.c src/gpu_fft_base.c src/gpu_fft_twiddles.c src/gpu_fft_shaders.c
endif

#####
Expand Down

0 comments on commit a9ee514

Please sign in to comment.