Merge std/*
Combine recIoc and softDevIoc libraries into dbRecStd Move base.dbd from ioc/misc/ to std/softIoc/ Generate stdRecords.dbd from the std/rec/Makefile list of record types instead of hard-coding it in base.dbd
This commit is contained in:
committed by
Andrew Johnson
parent
e463793bc3
commit
f242a27dea
10
src/Makefile
10
src/Makefile
@@ -63,14 +63,8 @@ ioc/db/test_DEPEND_DIRS = ioc libCom/RTEMS
|
||||
|
||||
# PDB Standard Record Definitions
|
||||
|
||||
DIRS += std/rec
|
||||
std/rec_DEPEND_DIRS = ioc
|
||||
|
||||
DIRS += std/dev
|
||||
std/dev_DEPEND_DIRS = std/rec ioc
|
||||
|
||||
DIRS += std/softIoc
|
||||
std/softIoc_DEPEND_DIRS = std/dev ioc libCom/RTEMS
|
||||
DIRS += std
|
||||
std_DEPEND_DIRS = ioc libCom/RTEMS
|
||||
|
||||
|
||||
include $(TOP)/configure/RULES_DIRS
|
||||
|
||||
Reference in New Issue
Block a user