Moved FPC BM-Lite SDK to a reparate folder Checking result of execution of every command on BM-Lite Change-Id: Ib0e441fac2a0f276d4adead0e588ac656276d20e
15 lines
228 B
Makefile
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))
|