Skip to content

Commit

Permalink
remove SNCSEQ conditionals
Browse files Browse the repository at this point in the history
referring to non-existent files.
  • Loading branch information
mdavidsaver committed Sep 4, 2024
1 parent 8df9cbc commit ad49824
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions feedApp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ fftw3_DIR = $(FFTW_LIB)
feedioc_LIBS += fftw3
endif

ifneq ($(SNCSEQ),)
feedioc_DBD += rfseq.dbd
feedioc_LIBS += seq pv
endif

feedioc_LIBS += $(EPICS_BASE_IOC_LIBS)
feedioc_SYS_LIBS += z

Expand Down
8 changes: 0 additions & 8 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ else
LIB_SRCS += fftnoop.c
endif

ifneq ($(SNCSEQ),)
DBD += rfseq.dbd
FEED_DBD += rfseq.dbd
LIB_LIBS += seq pv
LIB_SRCS += rfresstep.st
LIB_SRCS += chirpscan.st
endif

#===========================

include $(TOP)/configure/RULES
Expand Down

0 comments on commit ad49824

Please sign in to comment.