mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-04 21:55:40 -05:00
Converted to R3.14.x.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
# Makefile.Host
|
||||
TOP = ../../..
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
#----------------------------------------
|
||||
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
||||
|
||||
DBDINSTALL += devAcsMotor.dbd
|
||||
|
||||
include $(TOP)/config/RULES.Host
|
||||
#----------------------------------------
|
||||
# ADD RULES AFTER THIS LINE
|
@@ -1,22 +0,0 @@
|
||||
# Makefile.Vx
|
||||
TOP = ../../..
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
#----------------------------------------
|
||||
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
||||
|
||||
# The following are used for debugging messages.
|
||||
#USR_CFLAGS += -DDEBUG
|
||||
#USR_CXXFLAGS += -DDEBUG
|
||||
|
||||
# Advanced Control Systems driver support.
|
||||
SRCS.c += ../devMCB4B.c ../drvMCB4B.c
|
||||
|
||||
LIBOBJS = $(SRCS.c:../%.c=%.o)
|
||||
LIBNAME = AcsLib
|
||||
|
||||
#Note that the command line that builds the
|
||||
#library $(LIBNAME) may be HUGE (>3kB)
|
||||
#
|
||||
include $(TOP)/config/RULES.Vx
|
||||
#----------------------------------------
|
||||
# ADD RULES AFTER THIS LINE
|
Reference in New Issue
Block a user