Skip to content

Commit

Permalink
Lua support module doesn't support RTEMS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang authored Aug 6, 2020
1 parent ef68643 commit 6c82209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scriptMotorApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ include $(TOP)/configure/CONFIG

#==================================================
# Build an IOC support library
LIBRARY_IOC = ScriptMotor
LIBRARY_IOC_DEFAULT = ScriptMotor
LIBRARY_IOC_RTEMS = -nil-

# motorRecord.h will be created from motorRecord.dbd
# install devMotorSoft.dbd into <top>/dbd
Expand Down

0 comments on commit 6c82209

Please sign in to comment.