BMLite_RPi/HAL_Driver/raspberry.mk
Andrey Perminov 03d2ba88e1 Moved FPC BM-Lite SDK to a separate folder
Moved FPC BM-Lite SDK to a reparate folder
Checking result of execution of every command on BM-Lite

Change-Id: Ib0e441fac2a0f276d4adead0e588ac656276d20e
2020-05-07 16:04:31 -07:00

15 lines
228 B
Makefile

# Binary sources
NHAL = $(DEPTH)../HAL_Driver
VPATH += $(NHAL)
C_INC += -I$(NHAL)/inc
LDFLAGS += -lwiringPi -L$(NHAL)/lib/
# Source Folders
VPATH += $(NHAL)/src/
# C Sources
C_SRCS += $(notdir $(wildcard $(NHAL)/src/*.c))