Files
paparazzi/conf/Makefile.hitl
T
Michal Podhradsky 74f8b74624 First shot towards a separate HITL target (#2062)
* First shot towards a separate HITL target

* Changes in HITL - still doesn't compile

* Added makefile selection

* HITL target works for fixedwing and rotorcraft - still needs cleanup and TLC

* Removed info messages from compilation process
2017-06-13 13:39:10 -07:00

5 lines
144 B
Makefile

$(TARGET).CFLAGS += $(nps.CFLAGS)
$(TARGET).srcs += $(nps.srcs)
$(TARGET).LDFLAGS += $(nps.LDFLAGS)
include $(PAPARAZZI_SRC)/conf/Makefile.nps