mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 20:36:06 +08:00
[sdlog] error message when using old subsystem name
This commit is contained in:
@@ -1,8 +1 @@
|
||||
# Hey Emacs, this is a -*- makefile -*-
|
||||
|
||||
sdlog_CFLAGS = -DDOWNLINK
|
||||
sdlog_srcs = subsystems/datalink/downlink.c modules/loggers/pprzlog_tp.c pprzlink/src/pprzlog_transport.c
|
||||
|
||||
ap.CFLAGS += $(sdlog_CFLAGS)
|
||||
ap.srcs += $(sdlog_srcs)
|
||||
|
||||
$(error Error: The sdlog subsystem has been replaced by a module and renamed pprzlog, replace <subsystem name="sdlog"/> by <module name="pprzlog"/>)
|
||||
|
||||
Reference in New Issue
Block a user